Skip to content

Comments

Tracks feature usage and notifies users of new features they haven't tried yet#1264

Draft
spencerckhuang wants to merge 1 commit intojhuopensource:developfrom
spencerckhuang:feature/new-feature-highlighting
Draft

Tracks feature usage and notifies users of new features they haven't tried yet#1264
spencerckhuang wants to merge 1 commit intojhuopensource:developfrom
spencerckhuang:feature/new-feature-highlighting

Conversation

@spencerckhuang
Copy link
Collaborator

*** TODO: Please fill out all below TODOs and testing checks below before making a pull request! Skip/delete sections at your own discretion. ***

📝 Summary

*** TODO ***

🔍 Change Log

*** TODO (a list of any major/significant files changed is sufficient) ***

⚠️ Base Testing

Please fill in the following required testing steps with a checkbox (✅) before making this PR, or indicate why they are not necessary for this change:

[ ] docker-compose build && docker-compose up and the https://jhu.sem.ly endpoint works successfully

[ ] Semesterly CI successful

[ ] Backend linter successful

[ ] TSLint successful

🧪 Other Testing Steps

*** TODO: List any other testing steps taken for this PR ***

💻 Local Testing Instructions

*** TODO: Include any other necessary instructions for local testing ***

To test locally from a forked repo, run:

git fetch https://github.com/<username>/<fork-repo>.git <branch-name>:pr-<PR_NUMBER> && git checkout pr-<PR_NUMBER>

Please contact the owner of the fork in case the fork's branches are not publically accessible.

from django.utils.translation import gettext_lazy as _

class Feature(models.TextChoices):
COMPARE_TIMETABLES = "CT", _("Compare Timetables")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant