1.
Video: https://youtu.be/c27teOoh1Ws
Jamboard: https://jamboard.google.com/d/1ibr2_rja6JVzvfMkhUMjU7_WOHaZEWxkHRaKar0SDe8/edit?usp=sharing
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
Video: https://youtu.be/ykTH_gWN0Xg
Jamboard: https://jamboard.google.com/d/1zbUHpD2cp99eMStuPOpC7UU7OvBikjxY93CyaiRowAo/edit?usp=sharing
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 file_thumbnail_uuid editing and showing in post
Implement new table and ModelAttachment and ability to upload multiple PDF attachments to each post
Video: https://youtu.be/xGvDowhT-Fs
Jamboard: https://jamboard.google.com/d/15sim1LtBzIxPqdwtzMzVwKzeyfWx2xoqTQXnT4JOozA/viewer?f=0
Tasks:
Implement tags database structure
Implement editing tags in posts
Implement displaying tags in post view
Implement get_all_posts_flattened using recursion