Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Allow viewing and editing beyond the latest 30 posts #15

Open
vickychijwani opened this issue Jan 19, 2018 · 3 comments
Open

Allow viewing and editing beyond the latest 30 posts #15

vickychijwani opened this issue Jan 19, 2018 · 3 comments
Labels

Comments

@vickychijwani
Copy link
Member

vickychijwani commented Jan 19, 2018

Pagination needs to be implemented. This issue is especially problematic for users with more than 30 drafts as they are all sorted to the top, which means no published posts are accessible.

This is currently complicated to implement because of offline mode:

  • How do we handle posts that are cached locally but are not present on the current page of posts fetched? How do we know whether such a post has been deleted or simply pushed onto a later page? What if it's been edited offline?
  • Also, what about posts beyond the first page that are already cached? When and how will they be updated? Because the current idea is to always fetch the first page of posts on app start / resume, plus any new pages when the user scrolls to the bottom.

Some ideas:

  • Show all drafts + first N published posts

Migrated from vickychijwani/quill#81

vickychijwani pushed a commit that referenced this issue Aug 22, 2018
Updated ghost issue url from old repo to new repo. 
vickychijwani/quill#81 --> #15
Allow viewing and editing beyond the latest 30 posts #15
@Memphizzz

This comment was marked as abuse.

@vickychijwani
Copy link
Member Author

vickychijwani commented Dec 5, 2018

@Memphizzz since you've already made extensive predictions and "what ifs" about my present and future time commitments, I can save myself some effort: you're exactly right, I do not have the time to engage when you start off with hostile comments right away.

In all seriousness, you should go read and reflect on the code of conduct (as was pointed out to you earlier) and Rich Hickey's post about entitlement in open-source.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@vickychijwani @Memphizzz and others