Giter Club home page Giter Club logo

cloudy-rss's Introduction

cloudy-rss's People

Contributors

dependabot[bot] avatar spion avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cloudy-rss's Issues

Implement feeds management UI

Allow the user to manage their own feed subscriptions

  • Plus and edit buttons on hover of category? (not mobile friendly)
  • Edit feeds button (in header?)
    • List with URLs and minimum sync interval

Implement category list and feed list

Acceptance criteria:

  • 10 items are rendered in the feed list
  • If a category is selected, that category is rendered
  • Infinite scroll
  • Show description inline

Improve initial sync performance

The initial sync performance isn't great. This is due to two slowdowns

  • When a user adds a feed subscription, they have to wait until the next sync interval for their changes to propagate to the server
  • When the change does propagate to the server, we have to wait for the next cron interval to pick up and sync it

To address this we need to make two changes

1. Use reactive sync

Take advantage of the reactive dexie sync continuation to react to changes immediately. See https://dexie.org/docs/Syncable/Dexie.Syncable.ISyncProtocol#onsuccess--function-continuation

We need to make sure we can combine react and again - if not, we'll have to set up our own setInterval for pulling the next batch of changes

2. Sync new feeds immediately

When new subscriptions are created, we can run sync specifically for those feeds. To start with we can do this from within the sync lambda. Alternatively we can set up a queue with a new lambda. Its not super important to avoid duplication with the cron lambda, as the sync writes are idempotent.

Implement cron lambda

Make sure to sync once the minimum requested sync interval has been reached in terms of age.

Handle unreads better

  • Show count next to category
  • Add "mark all as read"
  • Add "mark as read" shortcut icon (optional)

Main UI improvements

Implement delete subscription

On mobile

  • Long press -> menu with Unsubscribe only for now
    On non-mobile
  • dot-dot-dot button shown on hover on the side

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.