Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
Genesys Website
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Genesys PGR
  • Genesys Website
  • Issues
  • #264

Closed
Open
Opened Mar 20, 2019 by Matija Obreza@mobrezaOwner

AutocompleteFilter component

JSP Genesys makes use of autocompleters for various fields that can be autocompleted: holder institute code, genus, etc.

image

Implement a new AutocompleteFilter component based on StringArrFilter (because it's the same kind of logic) that can be used for holder.code and taxa.genus filters. Text typed into the field should call the API for suggestions and render the term label and count, but use the term code in the filter.

New API endpoints need to be added to AccessionController (or a new controller?) that will accept the search text and the currently applied filters.

@mborodenko There are existing /json controllers that handle this.

Edited Mar 20, 2019 by Matija Obreza
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
0.1
Milestone
0.1 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: genesys-pgr/genesys-ui#264