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

Fix for Issue #1013 #1070

Merged
merged 7 commits into from
Feb 20, 2024
Merged

Fix for Issue #1013 #1070

merged 7 commits into from
Feb 20, 2024

Conversation

webbdays
Copy link
Contributor

Pull Request Template

supposed to Closes #1013 (not yet)

Description

To allow user to sort the columns in a table

Purpose

To allow user to sort the columns in a table

Solution

Using TableSortLabel component from MUI, Got to know about it after seeing the PR's related to this issue.

Screenshots

None

Checklist

  • Code has been tested and works as intended - tests for my code changes not written yet, but tests on previous codebase are failing
  • Properly documented code - not yet
  • Follows coding standards and guidelines - not sure
  • All tests pass - tests on previous codebase are failing
  • No conflicts with current codebase - not sure, tests for my code changes not written yet to confirm this.
  • Code has been reviewed by at least one other team member - not yet

Related Issues

None

Additional Notes

None

Contributor Guidelines

Fork the repo and create your branch from master. - done
If you've added code that should be tested, add tests. - not yet
If you've changed APIs, update the documentation. - NA
Ensure the test suite passes. - tests on previous codebase are failing
Make sure your code lints. - linting on previous codebase are failing
Issue that pull request! - going to do it
Check if the build is green before we start to review - waiting

Thank you.

@webbdays webbdays closed this Feb 18, 2024
@webbdays webbdays reopened this Feb 18, 2024
@webbdays webbdays closed this Feb 18, 2024
@webbdays webbdays reopened this Feb 18, 2024
@webbdays
Copy link
Contributor Author

The problem with tests for previous code base is at Transfer.update()
its not returning datavalues.

@webbdays
Copy link
Contributor Author

I think hooks need to be setup like it was done for Task to store update history.

@webbdays
Copy link
Contributor Author

tests pass for node v17.3.0

frontend/src/components/task/task-table.js Outdated Show resolved Hide resolved
frontend/src/components/task/task-table.js Outdated Show resolved Hide resolved
@alexanmtz alexanmtz mentioned this pull request Feb 20, 2024
5 tasks
@alexanmtz
Copy link
Member

Great @webbdays with the solution, I just changed the name of the component to make it more concise, but great job and well done with the build fix! 🎉

@alexanmtz alexanmtz merged commit 3303d69 into worknenjoy:master Feb 20, 2024
2 checks passed
@webbdays
Copy link
Contributor Author

Thank you.

@webbdays
Copy link
Contributor Author

webbdays commented Feb 20, 2024

Thanks to PR's #1068 #1069 . Greatly helped.

@webbdays
Copy link
Contributor Author

But tests for new functionality in frontend are not covered. And also code docs.

@alexanmtz
Copy link
Member

@webbdays I will have to revert this PR, still an issue on the logged page:
pageshot of 'Gitpay - Bounties for git issues solved' @ 2024-02-20-1542'57

Please check it and create a new PR with your fixes.

alexanmtz added a commit that referenced this pull request Feb 20, 2024
@webbdays
Copy link
Contributor Author

ok.

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.

Allow user to sort issue
2 participants