codeformilwaukee / codeformilwaukee/DECARCERATION-PLATFORM
Add Roles Based Authentication/Permissions Rules to the Calendar
Open
help wanted
question
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
**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))
Contributor guide
Assessment
This issue has not been assessed yet.