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

Database structure for recommendations. #194

Open
stuartlynn opened this issue Apr 13, 2021 · 2 comments
Open

Database structure for recommendations. #194

stuartlynn opened this issue Apr 13, 2021 · 2 comments
Assignees
Labels
backend Mostly backend work frozen Intentionally not working on this for now, but might be picked up in the future

Comments

@stuartlynn
Copy link
Contributor

Design the tables to represent recommendations. key columns will include

  • name : name of the resource
  • url: Where the resource lives
  • type : blog / github / dashboard etc
  • submitor : person who submitted the resource
  • approved: if the resource was approved or not
  • automatic: is this an automatically generated resource or a user submitted one.

Then we prob need a a many to one join column between datasets and resources.

@stuartlynn stuartlynn created this issue from a note in Resource Recommendations (To do) Apr 13, 2021
@stuartlynn stuartlynn added the backend Mostly backend work label Apr 13, 2021
@jps327 jps327 self-assigned this Mar 16, 2022
@jps327 jps327 added the blocked Blocked on something specific label Apr 8, 2022
@jps327
Copy link
Contributor

jps327 commented Apr 8, 2022

Blocked until recommendations feature is scoped

@jps327 jps327 added frozen Intentionally not working on this for now, but might be picked up in the future and removed blocked Blocked on something specific labels Apr 22, 2022
@jps327
Copy link
Contributor

jps327 commented Apr 22, 2022

Switching to "frozen" because there are no imminent plans on scoping, but this is in the roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Mostly backend work frozen Intentionally not working on this for now, but might be picked up in the future
Projects
No open projects
Development

No branches or pull requests

2 participants