-
Notifications
You must be signed in to change notification settings - Fork 51
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
Implement empty numbering style #4811
Implement empty numbering style #4811
Conversation
9ec4df8
to
b2e967c
Compare
⛔ Feature branch deployment currently inactive.If the PR is still open, you can add the |
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.
Very interesting.
I dislike the empty space, but I don't think that we should move the chip to the top in isolated cases (maybe if all categories have empty numbering styles?)
Besides that, it could be useful to have a schedule entry number deattached from the flow and instead only respect the current activity or category. e.g. 1. Nachtessen
@@ -8,7 +8,7 @@ | |||
<CategoryChip dense :category="activity.category()" /> {{ | |||
$vuetify.breakpoint.smAndUp | |||
? `${activity.title}: ${items[0].number}` | |||
: items[0].number | |||
: shortDescription(items[0]) |
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.
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.
Fixed in 9febee4
Maybe we could swap the category chip and number, so the category chip is always on top?
I don't really understand what you mean. Can you elaborate or make a mockup? |
Done in dda3ff2, check out whether you like that better. |
It would be good if we had this numbering style in our development data |
In bcf4a76, I set all meal categories (in all camps except for the snow camp) to the new empty numbering scheme, and in the Harry Potter camp I also added some material items and story context to one such activity. |
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.
When the api tests come through, this is good for me
bcf4a76
to
e3c6800
Compare
Implemented requested changes as far as they were understandable
Follow-up from ecamp#4811 This does not change anything in the production database. It's just a desperate attempt to not let the prod seeds and prod camp templates drift apart.
Fixes #4597
I found a more or less rational reason for this feature while setting up a camp myself. By using different numbering schemes for different categories, the activity numbers change less often when moving around some stuff on the picasso. And having roman numerals etc. for meals etc. may be perceived as too noisy.