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.

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