The 'Associated projects' table displays the details of the projects associated with the dataset. It has the pagination, search, and sort features.
This table displays Name, Users, Datasets, Created_at, Updated_at, Assigned_at, and Assigner as columns.
1.) The name column demonstrates the project name in the link form. When clicked on, it will navigate to the respective project page.
2.) The Users column displays the list of users who are involved in the project.
3.) The Datasets column shows the number of datasets that are involved with the project.
4.) The Created_at column explains the date on which the project was created.
5.) The Updated_at column explains the date on which the project was recently updated.
6.) The Assigned_at column explains the date when the project is assigned to the respective dataset.
7.) The Assignor column displays the name of the user who assigned the dataset to this project.
Closes #[257]
Changes Made
Added a dropdown component of the table 'Associated Projects' on the dataset page.
List the main changes made in this PR. Be as specific as possible.
[X] Feature added
[ ] Bug fixed
[ ] Code refactored
[ ] Tests changed
[ ] Documentation updated
[ ] Other changes: [describe]
Screenshots (if applicable)
1.)
2.)
3.)
Checklist
Before submitting this PR, please make sure that:
[X] Your code passes linting and coding style checks.
[ ] Documentation has been updated to reflect the changes.
[X] You have reviewed your own code and resolved any merge conflicts.
[X] You have requested a review from at least one team member.
[ ] Any relevant issue(s) have been linked to this PR.
Description
The 'Associated projects' table displays the details of the projects associated with the dataset. It has the pagination, search, and sort features.
This table displays Name, Users, Datasets, Created_at, Updated_at, Assigned_at, and Assigner as columns.
1.) The name column demonstrates the project name in the link form. When clicked on, it will navigate to the respective project page. 2.) The Users column displays the list of users who are involved in the project. 3.) The Datasets column shows the number of datasets that are involved with the project. 4.) The Created_at column explains the date on which the project was created. 5.) The Updated_at column explains the date on which the project was recently updated. 6.) The Assigned_at column explains the date when the project is assigned to the respective dataset. 7.) The Assignor column displays the name of the user who assigned the dataset to this project.
Closes #[257]
Changes Made
Added a dropdown component of the table 'Associated Projects' on the dataset page.
List the main changes made in this PR. Be as specific as possible.
Screenshots (if applicable)
1.)
2.)
3.)
Checklist
Before submitting this PR, please make sure that: