Visam CSS ir jābūt main.css scripts iekš ./static/styles, nedrīkst CSS rakstīt iekšā HTML
Enum jābūt pārmantotam no str
Mēģini importēt class name nevis no pilna namespace, kur iespējams
bez for loop, tas šeit nav nepieciešams, jo tu jau zini key names
Iznes atsevišķā klasē UtilsStrings, un nepareiza implementācija JA tā nav static funkcija, tad pirmais param vienmēr PYthon būs SELF!!! brīnums, ka tas kods vispār strādā, šādi nedrīkst - jātaisa staticmethod vai jāliek klāt self param
pārtaisīt, lai funkcijai būtu viens kopīgs return beigās
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