sept11
This commit is contained in:
parent
f3683a0bdc
commit
93f3ab7fa3
1 changed files with 6 additions and 2 deletions
|
@ -3,10 +3,13 @@ start dev server: make run_dev
|
||||||
start docker container: docker-compose up
|
start docker container: docker-compose up
|
||||||
|
|
||||||
[To do for me ]
|
[To do for me ]
|
||||||
|
|
||||||
|
! remove jquery and replace with Tera Inheritance !
|
||||||
! add dynamic language handling with templates
|
! add dynamic language handling with templates
|
||||||
--> extract JSON data into Rust type(as JSON Object) => use in Template => use conditionally(Accept-Language-Header)
|
--> extract JSON data into Rust type(as JSON Object) => use in Template => use conditionally(Accept-Language-Header)
|
||||||
! add form handling
|
! add form handling(to mail)
|
||||||
! wasm for Threejs canvas
|
|
||||||
|
! wasm for 3d canvas ? --> web-sys
|
||||||
! login, payment, cart
|
! login, payment, cart
|
||||||
! add database
|
! add database
|
||||||
! crsf tokens for links
|
! crsf tokens for links
|
||||||
|
@ -21,3 +24,4 @@ Frontend:
|
||||||
! cleaner look
|
! cleaner look
|
||||||
! Add 3d canvas, images
|
! Add 3d canvas, images
|
||||||
! webp images
|
! webp images
|
||||||
|
! improve js code, use TS ?
|
||||||
|
|
Loading…
Reference in a new issue