OpenBankProject / OpenBankProject/OGCR-App
Filter Activities by Activity Verification
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 2
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
Add a dropdown in the filter section on this page https://ogcr-app.dcr.ogcr.tesobe.com/activities (I put a red box around the section in the screenshot) that filters Entity: activity based on the connected Entity: activity_verification status.
The three states should be "All", "Verified", and "Unverified".
All = all Entity: activity
Verified = Entity: activity that are referenced in an Entity: activity_verification that has the status "verified"
Unverified = Entity: activity that are not referenced in any Entity: activity_verification
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the activities page and trace the existing filter section for the Entity: activity list, then follow how activity_verification status and references are loaded. Add the All, Verified, and Unverified choices with the specified behavior, and verify that each choice displays the correct activities.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100