Goals:
- A service provider should be able to add events to the Calendar.
- A user, not logged in, should not be able to add events to the calendar.
This may involve:
- AWS
- if statements on the calendar page (or on the link to the calendar page)
- API calls to AWS for authentication
Useful tips:
- We might want to add a roles.js to the constants folder.
Roles:
- Public (not logged in)
- Service Provider (logged in)
Note to keep in mind but don't need to implement for this card.
- Eventually (Admin (logged in - can do edit, delete, add directly on calendar))
Goals:
This may involve:
Useful tips:
Roles:
Note to keep in mind but don't need to implement for this card.