2025-03-07 Task 2

 

Code review

Pieturēties pie Git conventions https://www.conventionalcommits.org/en/v1.0.0/

CleanShot 2025-03-07 at 12.11.04

Piemērs no produkcijas GIT

CleanShot 2025-03-07 at 12.12.35

 

 

TODOs

Izveidot iespēju uzsākot spēli ielādēt to no iepriekšējā game state

 

CleanShot 2025-03-07 at 12.20.18

 

CleanShot 2025-03-07 at 12.22.26

 

 

CleanShot 2025-03-07 at 12.24.06

 

CleanShot 2025-03-07 at 12.25.07

 

 

CleanShot 2025-03-07 at 12.28.16

 

CleanShot 2025-03-07 at 12.28.37

 

Ievērot Pep 8 code guidlines!

https://peps.python.org/pep-0008/

 

Flask uzdevumi

Uztaisīt jaunu Github repo un nosharot evaldsurtans

Ja trūkst templates, tad balstoties uz video atrisināt paša spēkiem.

Python Flask - HTML - CSS - Tutorial 1

Video: https://youtube.com/live/7ah-dv0ZefQ

 

Python Flask - HTML - CSS - Tutorial 2

Video: https://youtube.com/live/dp9kGvgHuOQ?feature=share

Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/session_2.zip

Python Flask - HTML - CSS - Tutorial 3

Video: https://youtu.be/6LV6df_JWbs

Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/session_3.zip

Tasks:

  1. Post delete function using HTML form, ControllerPosts and ControllerDatabase

  2. Ability to save url_slug and open URL using slug instead of post_id, for example http://localhost:8000/posts/my_post_title

  3. Submit whole project as ZIP

 

Python Flask - HTML - CSS - Tutorial 4

Video: https://youtu.be/OSvtOrJ7bHw

Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/session_4.zip

 

Tasks:

  1. Implement so that after deletion and editing user is redirected to home page and sees message "post deleted" or "post updated"

  2. Implement so that in home page you see list of all recorded posts (title and date of editing) and link to open editing form

  3. Implement editing form (reuse new post form) when opening existing post fill fields with existing information

  4. Submit whole project as ZIP

 

Python Flask - HTML - CSS - Tutorial 5

 

Video: https://youtu.be/c27teOoh1Ws

Tasks:

  1. Implement base.html for all html pages / templates in views

  2. Implement title block in view and edit pages so that in page header there would post title

  3. Implement index.html page table of pages using

    and flexbox CSS instead of table and float method (more info: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ )

Template: https://share.yellowrobot.xyz/quick/1629812987-programming-tutorials/session_5.zip

Python Flask - HTML - CSS - Tutorial 6

Video: https://youtu.be/ykTH_gWN0Xg

Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/session_6.zip

 

  1. Using latest template finish implement tags editing and viewing in posts (use ModelTag class)

  2. Finish implementing Image upload that has filename file_thumbnail_uuid and showing it in post

  3. Implement new table and ModelAttachment and ability to upload multiple PDF attachments to each post

 

Python Flask - HTML - CSS - Tutorial 7

Video: https://youtu.be/xGvDowhT-Fs

Tasks:

  1. Implement tags database structure

  2. Implement editing tags in posts

  3. Implement displaying tags in post view

  4. Implement get_all_posts_flattened using recursion

 

Tasks (pabeidzot uzdevumus pābraudīt vai sekojošie ir izdarīti):

  1. Post delete function using HTML form, ControllerPosts and ControllerDatabase

  2. Ability to save url_slug and open URL using slug instead of post_id, for example http://localhost:8000/posts/my_post_title

  3. Implement so that after deletion and editing user is redirected to home page and sees message "post deleted" or "post updated"

  4. Implement so that in home page you see list of all recorded posts (title and date of editing) and link to open editing form

  5. Implement editing form (reuse new post form) when opening existing post fill fields with existing information

  6. Implement base.html for all html pages / templates in views

  7. Implement title block in view and edit pages so that in page header there would post title

  8. Implement index.html page table of pages using

    and flexbox CSS instead of table and float method (more info: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ )

  9. Implement tags database structure

  10. Implement editing tags in posts

  11. Implement displaying tags in post view

  12. Implement get_all_posts_flattened using recursion

  13. Using latest template finish implement tags editing and viewing in posts (use ModelTag class)

  14. Finish implementing file_thumbnail_uuid editing and showing in post

  15. Implement new table and ModelAttachment and ability to upload multiple PDF attachments to each post

  16. Implement users table and ModelUser object, add manually user with credentials test@test.com and password test. Check credentials when you login into your page

  17. Do not allow access post edit pages for unauthorized users, but do allow access home page and posts view page. Do not show edit buttons for unauthorized users.

  18. Implement session_type as filesystem or in sqlite database instead of encrypted cookie

  19. Implementēt print vietā logger, kurš izvada datus gan konsolē, gan failā, kurš mainās vienreiz dienā (https://github.com/Delgan/loguru)

  20. Implementēt SCSS stilus un uzstādīt PyCharm automātisko file watcher, kurš nokompilē CSS, kuru var iekļaut HTML (https://sass-lang.com)