MerginMaps / MerginMaps/mobile

Allow search by workspace name and project name

Open
#1,080 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement sync
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.