Coder Social home page Coder Social logo

RSS feed about ihatemoney HOT 8 CLOSED

azmeuk avatar azmeuk commented on July 27, 2024
RSS feed

from ihatemoney.

Comments (8)

almet avatar almet commented on July 27, 2024 1

@azmeuk Just deployed it!

from ihatemoney.

zorun avatar zorun commented on July 27, 2024

Interesting idea. It would require authentication though, do RSS client typically support that?

from ihatemoney.

azmeuk avatar azmeuk commented on July 27, 2024

I suppose this would be simple to rely on the HTTP authentication layer.

I have seen some websites (like https://www.nextinpact.com/) generating long secret URLs for their RSS feeds. Each (paying) user is generated a long personal unguessable URL for the RSS feed of the articles. Users can invalidate and regenerate an URL as they want.

from ihatemoney.

Glandos avatar Glandos commented on July 27, 2024

We already have invite code, using a secret. It can be used in the RSS feed link, but it will be global per-project, not per-user.

from ihatemoney.

azmeuk avatar azmeuk commented on July 27, 2024

I attempted a basic implementation with #1158

However, we may want to handle ETag/If-None-Match and Last-Modified/If-Modified-Since HTTP headers to avoid generating the whole feed when the content has not changed between two client requests.

However in order to be able to do this, this would be needed to save the last update datetime for projects. This date would be updated at each bill addition/edition, and would be used to generate the ETag and Last-Modified headers.

As this would need a migration, I would like to discuss this before I open a PR. Would you be OK with adding such a field on Project or do you think the feature is not needed?

from ihatemoney.

azmeuk avatar azmeuk commented on July 27, 2024

Fixed by #1158

from ihatemoney.

azmeuk avatar azmeuk commented on July 27, 2024

Out of curiosity, do you have a schedule for deploying v6.1 on ihatemoney.org?

from ihatemoney.

almet avatar almet commented on July 27, 2024

@azmeuk I've planned some time for it this friday.

from ihatemoney.

Related Issues (20)

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.