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

As a data scientist / data analyst / programme specialist, I want to see a list of all models / results in the catalogue #1

Open
butchtm opened this issue Mar 6, 2023 · 4 comments
Assignees

Comments

@butchtm
Copy link
Collaborator

butchtm commented Mar 6, 2023

What I want:

As a data scientist / data analyst / programme specialist, I want to see a list of all models in the catalogue

I will know that this works when

  • There's a web interface to provide me with a list of all the models / datasets in the catalogue
  • The list is structured in some useful way
  • There's sufficient metadata about the models for me to filter / choose the one I'm interested in (e.g. It's labelled by country, thematic area, etc)

Stretch Goal

  • Data Scientist / Data Analyst: There's an API that provides the same information in a structured format
  • Data Scientist / Data Analyst: The API provides me links to an endpoint for retrieving this model / data
@binkymilk
Copy link
Member

binkymilk commented Mar 6, 2023

Questions:

  • How do we sort the models / datasets in the catalogue by default? (Alphabetical?)
  • What kinds of filters do we want to be included? (country, theme, year?)
  • When filtering, do we want to allow users to search or filter for BOTH models and datasets simultaneously? (e.g. I will get both models and datasets as results) Or do we want to limit search or filter to each of their own catalogues only? (e.g. search and filter only happens in the catalogue pages)
  • What kinds of datasets are we adding in the data catalogue?

@AnthonyMockler
Copy link

  • Alphabetical is fine
  • Filters are: Country, Date (Created / Updated), 'tags'
  • Tags are just a typeahead find
  • What kinds of datasets - Use Air Quality and Poverty as a rough template - It'll have a description, a link to the code, a link to the results.

@butchtm
Copy link
Collaborator Author

butchtm commented Mar 6, 2023

Task Breakdown:

  • Create a searchbox
  • Create a page listing catalog results
    • filters: country, created-date, updated-date, organization
    • search by tags
  • Create a catalog card page
  • Create an link that lists all the contents of the catalog in a json format
  • Create an action that can merge all the catalog items in a folder to a single json file
  • Add javascript code that reads the single json file to the web app
  • Add javascript code that update the page listing the catalog results with the contents from the json file

@binkymilk binkymilk changed the title As a data scientist / data analyst / programme specialist,I want to see a list of all models / results in the catalogue As a data scientist / data analyst / programme specialist, I want to see a list of all models / results in the catalogue Mar 6, 2023
@ghost ghost assigned binkymilk and butchtm Mar 8, 2023
This was referenced Mar 21, 2023
This was referenced Apr 3, 2023
tm-ger-chagas added a commit that referenced this issue Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Accomplished User Stories
Development

No branches or pull requests

3 participants