Giter Club home page Giter Club logo

pasta's Introduction

Hi there 👋

I'm Mateusz (call me Matt).

I'm a software developer based in Rzeszów, Poland with over 7 years of experience in the software industry. I've built simple websites and stores, as well as complex and robust web applications. I spend my free time improving my cooking and woodworking skills.

The easiest way to reach me is by email. My PGP key is on KeyBase if you need to talk privately.

My Skills

My Skills

pasta's People

Contributors

dependabot[bot] avatar micalm avatar

Watchers

 avatar

pasta's Issues

Expiration

Pastas should get a field expires_at which indicates it should be destroyed at a specific date & time.

Must have:

  • Web UI: A datetime-local input.
  • API: An expires_at field should be accepted.
  • Backend: Support for both of the above.

Nice to have:

  • Web UI: A nice, styled datetime picker instead of browser implementation.
  • Web UI/API/Backend: Y2K38 & Y10k problems should be taken into account. Who knows how long this will survive.

Burn on read

Pastas should be able to be flagged as "burn on read". This should permanently delete the pasta after either opening in the Web UI or requesting via the API.

This should be only possible on private (encrypted) pastas to prevent malicious database optimization.

Pasta hierarchy

Pasta's right now have no parents; when you click Update on an existing pasta, it's really just creating a new pasta that's not connected to anything.

Must have:

  • Backend: Pastas should have information about their parent ID.
  • WebUI: Pastas get marked as children when creating a new pasta via the Update button.
  • API: Should accept parent_id on the creation endpoint to indicate that we're building upon a parent and not creating a new pasta.
  • WebUI/API: If there's information about pasta's parent transmitted to the user, it shouldn't contain secrets - only UUID, no passwords.
  • Backend: Parents and children can have different passwords, must have different salts.
  • Backend: If the parent is deleted/expired, children should have their parent_id changed to null.
  • Backend: Each pasta can have zero or one parent; Any deletion/expiration in the hierarchy should break the tree.
  • Backend: A new pasta created via Update should not change parents updated_at.

Nice to have:

  • Web UI/API: A button and an endpoint to show diffs would be great.

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.