Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task user dashboard #7

Closed
nagarajpandith opened this issue Nov 7, 2022 · 1 comment
Closed

task user dashboard #7

nagarajpandith opened this issue Nov 7, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed high-priority high priority issue compared to others already present

Comments

@nagarajpandith
Copy link
Member

  • create a new page /tasks for users to see a list of their tasks.
  • write an api on /api/read/tasks which returns the tasks assigned to the current logged in user's team
  • fetch the data from the above api and render a to-do list on /tasks page (task name, description, status -> checkbox) which can be viewed by the team members but the list can be ticked as 'completed' only by the team lead
@nagarajpandith nagarajpandith added enhancement New feature or request help wanted Extra attention is needed high-priority high priority issue compared to others already present labels Nov 7, 2022
@nagarajpandith
Copy link
Member Author

  • once the lead marks a task as completed, add the particular task's score to their team' score
  • do not allow further modifications
  • further dev scope: there's a possibility of lead fake marking the task for more points, a confirmation popup can be developed which would prompt the lead before he marks task as completed. the prompt can ask the lead to upload a screenshot of task completion or the url of problem submission or [add your brain's creativity to solve this]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed high-priority high priority issue compared to others already present
Projects
None yet
Development

No branches or pull requests

1 participant