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

Taskboard and Project page #28

Merged
merged 9 commits into from
Oct 5, 2020
Merged

Conversation

tinkering-bhatia
Copy link
Collaborator

Pull request checklist

Please check if your PR 🚀 fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run start) was run locally and new changes were working correctly
  • Lint (npm run linter) has passed locally and any fixes were made for failures

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Introduced a Project component that will show the taskboards of the project. Clicking on a taskboard would dynamically route to the tasks in the clicked taskboard.

Fixes #

#6 (Tasks 1 and 2 as mentioned in the comments)

What is the new behavior?

  • Made Project Page for a project
  • Clicking on a taskboard would dynamically route to the taskboards tasks, listed under 4 sub headings
  • To-do, on-Going, Completed, and Bugs are the 4 type of tasks on taskboard

Does this introduce a breaking change?

  • Yes
  • No

Other information

This is how the changes look:

screencapture-localhost-3000-project-2020-10-05-11_21_07

screencapture-localhost-3000-project-2-taskboard-2020-10-05-11_21_47

screencapture-localhost-3000-project-3-taskboard-2020-10-05-11_22_34

@Sarvesh67 Sarvesh67 merged commit 1425738 into Devsoc-BPGC:master Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants