Giter VIP home page Giter VIP logo

Comments (2)

maxnoe avatar maxnoe commented on July 16, 2024

ok, lots of discussion today, let me summarize my view and why I think this is reasonable.

There are some issues we have with flask, mainly:

  • flask itself is (by-design) a micro-framework, it only comes with the bare-bones functionality, views, request handling, templating. Everything else comes from either more-or-less well maintained plugins or we have to write it ourselves. Even such crucial things for us like the flask-admin extension are on the "less well maintained side"

  • Documentation is thus very fragmented and that multiple extensions work well together is not guaranteed and that they can be updated together is similarly not guaranteed

Compared to that, for django:

  • Is a large framework, that has most of what we need out of the box (forms, templates, database, migrations, admin, roles, access granularity etc)
  • Documentation is very good and not fragmented over many places
  • Since it's one package, the parts are maintained together and are updated at the same time

So, for the longer term I think django is the safe choice, also for handing over to new people.

from member-database.

maxnoe avatar maxnoe commented on July 16, 2024

For how we might do this, I think it is best to do a real rewrite from scratch in django, implementing features from basic to more advanced in small, easy to review PRs.

The list would be

  • basic django project structure
  • basic user authentication / creation / etc. for admin users
  • Sending emails for password reset / error logging
  • The membership registration / membership status and connected functionality
  • The event system
  • SEPA

The main points from the README still stand I'd say, use env for configuration, poetry for dependencies, server-side html templating, no separate frontend framework.

from member-database.

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.