Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Get a total count of posts #5

Closed
6 tasks
Coteh opened this issue Jul 24, 2019 · 0 comments
Closed
6 tasks

Get a total count of posts #5

Coteh opened this issue Jul 24, 2019 · 0 comments
Labels
wontfix This will not be worked on

Comments

@Coteh
Copy link
Owner

Coteh commented Jul 24, 2019

Ensure that the async calls we make to Pocket API can correctly return all articles from a user's Pocket list as well as report the total count of articles. Since it's async (ie. in goroutines) we don't have to get this data right away before displaying the first article to the user.

TODO

  • Indicate to cli somehow that all articles have finished loading
  • Once cli is indicated all articles are done loading, get the length of the articles array (this will be the number of untagged, or unrefined articles)
  • Print this somehow???
    • Should probably be on top or on bottom of article printout
    • What should print when we're still waiting for all articles to load?
  • When user adds article, increment the number of unrefined articles by 1
@Coteh Coteh added the wontfix This will not be worked on label Jan 6, 2022
@Coteh Coteh closed this as completed Jan 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant