Real-Dev-Squad / website-my

My profile section of the app
https://my.realdevsquad.com
MIT License
6 stars 93 forks source link

Standup feature #240

Open ankushdharkar opened 2 years ago

ankushdharkar commented 2 years ago

Add the standup feature on website, and integrate it with discord bot notifier

yesyash commented 2 years ago

Standup Frontend

Add following URLs to the site:

/standup

Description

Allow users to add their daily updates. Main Components:

  1. Last day's work
  2. Today's plan
  3. Blockers

Permissions

Admin: All CRUD operations. Users: Can create & edit a task but not delete it.

/standups/date

Description

Get a list of standups added by all users for a specific date.

Permissions

Admin: All CRUD operations. Users: Read permission only.

/standup/username/date

Description

Get data of one single standup added by a user for a specific date.

Permissions

Admin: Can read, update and delete a standup. Users: Read permission only.