HackGT / registration

Powerful and extensible registration system for hackathons and other large events
https://registration.hack.gt
MIT License
6 stars 1 forks source link

Dashboard as a timeline #215

Closed ehsanmasdar closed 6 years ago

ehsanmasdar commented 6 years ago

Alter the dashboard to show a more timeline-like view of user status to help the user understand where they are in the application process. Include these states:

  1. Applying
  2. Pending Decision
  3. Confirming Branch Name (This could be Rejected or Confirming Waitlist)
  4. Confirmed
  5. Prompt to form team (Optional)

This is pretty easy after changes in #214, which has server-side logic to determine the user's current state.

cchu70 commented 6 years ago

Are we also including team formation after the "Confirmed" status?

ehsanmasdar commented 6 years ago

@cchu70 I like the idea of prompting team formation 👍 . Added to the issue.