Giter Site home page Giter Site logo

Comments (2)

mytja avatar mytja commented on June 21, 2024

Currently working on it and it will contain major & breaking changes.

All tables, except user table in SQL will need to be dropped (using the provided SQL migration), as that's the easiest way of doing it. As no school is presently using the system, I can allow these kinds of migrations with dropping tables, but I PROMISE, that once schools actually install the system, I will do everything (if I can't do anything, then I will revert all my local changes to latest stable and won't implement the feature) in order to KEEP THE DATA INTACT during the migrations.

What's new, that you need to drop tables?

  • Move away from auto-increment IDs, to UUIDs

This will help us improve code quality, as we'd be able to generate UUIDs directly in SQL. This will also help user privacy, as you can't identify other people (how many users there are) just by using the ID.

Of course, this change will be firstly pushed into beta branch. NO CURRENT INSTANCES will be affected until a manual code review. After a manual code review and extensive testing, this will be merged into main branch. THE MERGE WILL BE DELAYED BY ONE DAY, for anybody to maybe opt-out of the auto-update system. You'll find all the details about it within the MeetPlan Documentation.

Again, this is for the best, as security is massively improved and by not updating, you risk of having potentially useful information (such as amount of users in your system), leaked to the public.

Thank you so much for understanding
Mitja Ševerkar
The MeetPlan Team

from meetplanfrontend.

mytja avatar mytja commented on June 21, 2024

Oh, so this has been merged I see, closing now.

from meetplanfrontend.

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.