Git Product home page Git Product logo

tt2's Introduction

Password hashing = hashlib https://www.health.govt.nz/system/files/documents/publications/dwsnz-2005-revised-mar2019.pdf

Use blueprints to split up code nicely https://flask.palletsprojects.com/en/2.0.x/blueprints/

https://flask.palletsprojects.com/en/2.0.x/patterns/sqlite3/

make blog last

Offload as much work as possible Eg stripe does carbon offsetting, email receipts I may want to make a custom transaction form, but that's easy

Support localization early on Jinja supports either Babel or Python's builtin gettext Since I only have one other language I could probably also Just make my own extension and have something like lang("Welcome", "Kia ora") where it picks for me

looks a bit chonky but maybe maybe

https://flask-security-too.readthedocs.io/en/stable/ https://pythonhosted.org/Flask-Principal/

Consider using OAuth to log in Eg google account

geolocation api to get location? const getCurrentPosition=o=>{return new Promise((resolve,reject)=>navigator.geolocation.getCurrentPosition(p=>resolve(p),e=>reject(e),o))};getCurrentPosition({enableHighAccuracy:!0,timeout:1000}).then(p=>console.log(p.coords))

have all the login stuff, sadly I will need to do emails out and subscriptions? so i might as well track submitted tests and other stuff

index

  • branding
  • talk about how great we are
  • shop
  • map
  • blog
  • help/faq
  • about us (press (sh/k)it)
  • about our product
  • privacy policy, ToS

shop

blog

  • subdomain, maybe just jekyll or wordpress or something
  • maybe just do a mailing list if i can't be arsed

map

https://github.com/Leaflet/Leaflet.toolbar for a plus button

tt2's People

Contributors

alexapps99 avatar

Watchers

 avatar

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.