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 update #306

Closed
wants to merge 7 commits into from
Closed

Conversation

PrerakMathur20
Copy link
Contributor

Description

Now the Admin can Edit all the tasks with the help of EditTaskModal in the All Tasks section.

The Admin can change the following -

  • Change the Task Title
  • Change the Task Description
  • Change task Due date-time

Fixes #288

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Only Admin can Change the Tasks
  • Updated tasks are visible to Extractor
  • Updated tasks are visible to Management

Also, include screenshots for the verification and reviewing purpose.

Task Completed, Edit Box
Screenshot 2022-09-03 at 7 40 57 AM

Task Edit Modal
Screenshot 2022-09-03 at 7 41 08 AM

Demo

TaskUpdateDemo.mov

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (N/A)
  • New and existing unit tests pass locally with my changes (N/A)
  • Any dependent changes have been merged and published in downstream modules (N/A)

Note: EditTaskModal and EditTaskForm generate the same console warnings as Login as contentEditable is enabled for all components.

@PrerakMathur20 PrerakMathur20 added the gsoc-2022 Google Summer of Code 2022 label Sep 5, 2022
@PrerakMathur20 PrerakMathur20 self-assigned this Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gsoc-2022 Google Summer of Code 2022
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Frontend][Backend]Task Update
1 participant