Skip to content
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

Schedule Signup #4

Open
flwyd opened this issue Dec 27, 2012 · 0 comments
Open

Schedule Signup #4

flwyd opened this issue Dec 27, 2012 · 0 comments

Comments

@flwyd
Copy link
Member

flwyd commented Dec 27, 2012

Participants need to be able to sign up for slots in shifts.

  • The resourceful way:
    • Create a resourceful path like /slots/(:slot_id)/participants/(:participant_id) and hit the create action.
    • Removing someone from a slot hits the destroy action
    • /slots/1/participants shows the participants signed up for a slot
    • If the current person is a participant in the current event, there's an add button/link on the slot show view.
  • The participant-focused way
    • On participants/show, display a list of slots with positions that match the person's positions.
    • Group by position? Show all available slots for each shift? A view for each?
    • Calendar? Table?
    • Add and remove links to put the participant in/take him out of the slot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant