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

[BackEnd] As a User, I can see a list of my previous keywords #26

Closed
malparty opened this issue Jun 8, 2021 · 1 comment · Fixed by #46
Closed

[BackEnd] As a User, I can see a list of my previous keywords #26

malparty opened this issue Jun 8, 2021 · 1 comment · Fixed by #46
Assignees
Labels
Backend Feature $keywords-query-single Query a single keyword at a given time @0.2.0 First usable release. @0.3.0 v0.3.0 third week release @0.4.0
Milestone

Comments

@malparty
Copy link
Owner

malparty commented Jun 8, 2021

Why?

In order for the user to navigate through his previously uploaded keywords.
In order to provide an entry point for #8 & #12

Additional notes:

Problems to solve:

  • User can retrieve past data thanks to persistence
  • User can see many keywords at once
  • User can see results quickly even when many (10K +) keywords are already persisted (performance & UX to address)
  • User can use his phone or desktop to navigate via UI

No Gos:

  • No search feature [yet]
  • No filter feature
  • No multiple keywords upload/parsing [yet]
  • No CSV File upload [yet]

Who Benefits?

Logged Users.

@malparty malparty added $keywords-query-single Query a single keyword at a given time @0.2.0 First usable release. Feature Backend labels Jun 8, 2021
@malparty malparty added this to the 0.2.0 milestone Jun 8, 2021
@malparty malparty self-assigned this Jun 8, 2021
@malparty malparty added the @0.3.0 v0.3.0 third week release label Jun 21, 2021
@malparty malparty modified the milestones: 0.2.0, 0.3.0 Jun 23, 2021
@malparty
Copy link
Owner Author

malparty commented Jun 24, 2021

Todo:

  • Create model for Keyword:
    • id (auto)
    • name
    • user association
    • created_at (auto?)
  • Create seeds for dev & test (100 FFaker keywords should be enough)

malparty added a commit that referenced this issue Jun 29, 2021
malparty added a commit that referenced this issue Jun 29, 2021
malparty added a commit that referenced this issue Jun 29, 2021
malparty added a commit that referenced this issue Jun 29, 2021
malparty added a commit that referenced this issue Jun 29, 2021
malparty added a commit that referenced this issue Jun 29, 2021
malparty added a commit that referenced this issue Jun 30, 2021
[#26] [BackEnd] As a User, I can see a list of my previous keywords
malparty added a commit that referenced this issue Jun 30, 2021
malparty added a commit that referenced this issue Jun 30, 2021
malparty added a commit that referenced this issue Jun 30, 2021
@malparty malparty mentioned this issue Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Feature $keywords-query-single Query a single keyword at a given time @0.2.0 First usable release. @0.3.0 v0.3.0 third week release @0.4.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant