cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
633 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. start dev server: make run_dev
  2. start docker container: docker-compose up
  3. [To do for me ]
  4. ! remove jquery and replace with Tera Inheritance !
  5. ! add dynamic language handling with templates
  6. --> extract JSON data into Rust type(as JSON Object) => use in Template => use conditionally(Accept-Language-Header)
  7. ! add form handling(to mail)
  8. ! wasm for 3d canvas ? --> web-sys
  9. ! login, payment, cart
  10. ! add database
  11. ! crsf tokens for links
  12. Frontend:
  13. ! Fix css queries
  14. ! Fix css footer
  15. ! Fix css home posts-section
  16. ! Fix js open menu
  17. ! add css Animations
  18. ! cleaner look
  19. ! Add 3d canvas, images
  20. ! webp images
  21. ! improve js code, use TS ?