MerginMaps / MerginMaps/mobile
Allow search by workspace name and project name
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
Not working search functionality for exploring project due to list project query has been changed. Note that shared and owned project are filtered locally in project's model, so only project to explore are filtered by a request.
Input used to have q as query parameter for listing project with search expression. It has been replaced for 3 separate flags for filtering either according namespace, name or last_updated.
https://github.com/lutraconsulting/input/pull/1048 changes search functionality to use name for time being.
Contributor guide
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 by tracing the project-list query and the project's model, focusing on the change from the q parameter to the namespace, name, and last_updated filters. Compare the current request with input PR 1048 and verify how shared and owned projects are filtered locally. Done means exploring projects can search by both workspace name and project name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, mobile, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100