-
Notifications
You must be signed in to change notification settings - Fork 1
Functionality & MVP
theneonwombat edited this page Mar 29, 2021
·
2 revisions
- Allows for secure user registration and login
- A live version of the app will be available for demo on heroku
- Users will have access to the events index page
- Events index will show the user a list of events
- Users can click on the event to go to the Event Show Page
- Users have access to a private dashboard/profile
- The user's past and upcoming events will be displayed on their dashboard
- The dashboard will also show basic profile information like username, avatar, snaps/kudos, member since, etc
- Logged-in users will have the ability to create an event
- Users will populate fields: title, description, game/sport, max capacity, time, location
- Submitted event will appear on Event Index
- The event's description, time, location, attendees list, and additional information will be displayed
- Logged-in users will have the ability to join an upcoming event by clicking a button
- A picture related to the event will be displayed
- The event show page will have a map
- A pin will be dropped on the map with the event's location
- Users can click on a button below the map to get directions
- Users can search for Events near them
- Users can give Kudos to other users
- Kudos are displayed on user dashboards
Once the rest of the project is complete, the repo will include a readme outlining:
- Initial goals
- Challenges we overcame
- Technologies successfully inc
- How to use the final product