opportunity-hack / evs

Equestrian Volunteer Scheduler
https://www.ohack.dev/nonprofit/89076bcc077811edbfdeb29c4ac23549
MIT License
1 stars 2 forks source link

Prefix lock to private event titles #53

Closed parkerdavis1 closed 1 year ago

parkerdavis1 commented 1 year ago

Locks are prefixed to private event titles in the load function before rendering on the page.

Screenshot 2023-08-11 at 10 48 18 AM

parkerdavis1 commented 1 year ago

This same idea could be applied to events that still need help vs events that are full for "at a glance" calendar feedback? 🐎{Event Title that still has openings}? Or the number of openings could be suffixed onto the title (probably only realistically visible in Agenda view) {Event Title}(2 of 4 filled) Thoughts @benhsm @gregv ?

parkerdavis1 commented 1 year ago

The problem would be dynamically updating that data when the user volunteers for an event, filling one of the spots.

parkerdavis1 commented 1 year ago

Actually hey, remix takes care of invalidating and updating the data automatically.

gregv commented 1 year ago

This same idea could be applied to events that still need help vs events that are full for "at a glance" calendar feedback? 🐎{Event Title that still has openings}? Or the number of openings could be suffixed onto the title (probably only realistically visible in Agenda view) {Event Title}(2 of 4 filled) Thoughts @benhsm @gregv ?

Love that thought process @parkerdavis1 - I usually borrow/steal from Google icons - something like this would make a ton of sense: https://fonts.google.com/icons?icon.query=checked

parkerdavis1 commented 1 year ago

FYI @benhsm, the lock feature is indeed ready in case you wanted to merge before the meeting tomorrow. I'm not thrilled with the volunteer number indicators I've come up with so far. That can be a separate PR.