-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename event deadlines #5273
base: master
Are you sure you want to change the base?
Rename event deadlines #5273
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like! 😍 "Avmelding" is better than "avregistrering"!
@@ -126,8 +126,8 @@ const NormalOrInfiniteStatusType: React.FC<NormalOrInfiniteStatusTypeProps> = ({ | |||
<div className={styles.subSection}> | |||
<Field | |||
key="unregistrationDeadline" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The variable names "unregistrationsDeadline" and "unregistrationDeadlineHours" are also a bit confusing. I could change "unregistrationDeadline" to "unregistrationPenaltyDeadline" or would that require a lot of changes to the backend as well? Maybe not worth the time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree that they are confusing! unregistrationPenaltyDeadline makes a lot more sense, or else those two just sound like the same thing. I'd say change it if it doesn't take you a lot of time ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried changing it only in the frontend, but it breaks since the variable name is used for the model in the backend. I dont dare touch it alone hehe, but maybe someone can help me with it at the next meeting:)
Quick comment before my plane takes off (Trondheim 🔜): looks great, only thing I would change is "arrangementstart" to "arrangementsstart" (missing "s" but it's a small thing) (that is the most "pirk" comment I've ever written so feel free to choose if it's worth your time XD). Nice job! <3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Changed labels for deadlines when creating/editing events.
Result
'Avregistreringsfrist' changed to 'Frist for prikk'.
'Avregistrering' and 'Registrering' changed to 'Avmelding' and 'Påmelding'.
More consistent with wording elsewhere
Easier to what separate deadlines means
More concise tooltips
Testing
Resolves ABA-1151