2025-03-07 Task 2Code reviewTODOsFlask uzdevumiPython Flask - HTML - CSS - Tutorial 1Python Flask - HTML - CSS - Tutorial 2Python Flask - HTML - CSS - Tutorial 3Python Flask - HTML - CSS - Tutorial 4Python Flask - HTML - CSS - Tutorial 5Python Flask - HTML - CSS - Tutorial 6Python Flask - HTML - CSS - Tutorial 7
Pieturēties pie Git conventions https://www.conventionalcommits.org/en/v1.0.0/
Piemērs no produkcijas GIT
Izveidot iespēju uzsākot spēli ielādēt to no iepriekšējā game state
Ievērot Pep 8 code guidlines!
https://peps.python.org/pep-0008/
Uztaisīt jaunu Github repo un nosharot evaldsurtans
Ja trūkst templates, tad balstoties uz video atrisināt paša spēkiem.
Video: https://youtube.com/live/7ah-dv0ZefQ
Video: https://youtube.com/live/dp9kGvgHuOQ?feature=share
Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/session_2.zip
Video: https://youtu.be/6LV6df_JWbs
Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/session_3.zip
Tasks:
Post delete function using HTML form, ControllerPosts and ControllerDatabase
Ability to save url_slug
and open URL using slug instead of post_id, for example http://localhost:8000/posts/my_post_title
Submit whole project as ZIP
Video: https://youtu.be/OSvtOrJ7bHw
Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/session_4.zip
Tasks:
Implement so that after deletion and editing user is redirected to home page and sees message "post deleted" or "post updated"
Implement so that in home page you see list of all recorded posts (title and date of editing) and link to open editing form
Implement editing form (reuse new post form) when opening existing post fill fields with existing information
Submit whole project as ZIP
Video: https://youtu.be/c27teOoh1Ws
Tasks:
Implement base.html for all html pages / templates in views
Implement title block in view and edit pages so that in page header there would post title
Implement index.html page table of pages using
Template: https://share.yellowrobot.xyz/quick/1629812987-programming-tutorials/session_5.zip
Video: https://youtu.be/ykTH_gWN0Xg
Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/session_6.zip
Using latest template finish implement tags editing and viewing in posts (use ModelTag class)
Finish implementing Image upload that has filename file_thumbnail_uuid and showing it in post
Implement new table and ModelAttachment and ability to upload multiple PDF attachments to each post
Video: https://youtu.be/xGvDowhT-Fs
Tasks:
Implement tags database structure
Implement editing tags in posts
Implement displaying tags in post view
Implement get_all_posts_flattened using recursion
Tasks (pabeidzot uzdevumus pābraudīt vai sekojošie ir izdarīti):
Post delete function using HTML form, ControllerPosts and ControllerDatabase
Ability to save url_slug
and open URL using slug instead of post_id, for example http://localhost:8000/posts/my_post_title
Implement so that after deletion and editing user is redirected to home page and sees message "post deleted" or "post updated"
Implement so that in home page you see list of all recorded posts (title and date of editing) and link to open editing form
Implement editing form (reuse new post form) when opening existing post fill fields with existing information
Implement base.html for all html pages / templates in views
Implement title block in view and edit pages so that in page header there would post title
Implement index.html page table of pages using
Implement tags database structure
Implement editing tags in posts
Implement displaying tags in post view
Implement get_all_posts_flattened using recursion
Using latest template finish implement tags editing and viewing in posts (use ModelTag class)
Finish implementing file_thumbnail_uuid editing and showing in post
Implement new table and ModelAttachment and ability to upload multiple PDF attachments to each post
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
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.
Implement session_type as filesystem or in sqlite database instead of encrypted cookie
Implementēt print vietā logger, kurš izvada datus gan konsolē, gan failā, kurš mainās vienreiz dienā (https://github.com/Delgan/loguru)
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)