Salabot un pievienot uzdevumus GIT
Noskaidrot precīzi ko dara memmory Storage un kāpēc tas tur vajadzīgs
Komentāri angliski, un netaisīt shapgetti
Izveidot katram savu github repo, pievienot Maintain tiesības https://github.com/evaldsurtans un nosūtīt Evaldam linku whatsapp
Github struktūrai jābūt sekojošai (full stack uzdevumi salaboti pēc komentāriem un jaunie flask uzdevumi katrs savā folderī). Kad palaiž PyCharm vai webstorm, tad atvērt katru folder atsevišķi (nepievienot node_modules folder)
xxxxxxxxxx
51.\fullstack_1
2.\fullstack_2
3.\fullstack_3
4.\flask_1
5.\flask_2
Lai github pievienotu failus un izmaiņas aizliegts izmantot github.com web upload, atļauts tikai izmantot SourceTree, GitKranken, Git komandrindu, iebūtvēto Git Pycharm / Webstorm utt.
Git commits jābūt detalizēti dokumentētiem, aizliegti commits “update” vai “fix” bez paskaidrojumiem. Pieturēties pie šī naming convention: https://www.conventionalcommits.org/en/v1.0.0/#summary
Katram uzdevumam jābūt līdzi report dokumentācijai, kur piefiksēt neskaidrās lietas, jautājumus vai problēmas, piemēram .\flask_1\report.md
(MD rakstīšanai iesaku izmantot Typora vai ko līdzīgu)
Flask uzdevumi zemāk
Video: https://youtube.com/live/7ah-dv0ZefQ
Jamboard: https://jamboard.google.com/d/1CviqwGRHtGZ6NqtyZce0IieelvNxPIoOWT9XtuRriBw/edit?usp=sharing
Video: https://youtube.com/live/dp9kGvgHuOQ?feature=share
Jamboard: https://jamboard.google.com/d/1qmOj3J4hwlCL4QlzuFIsCeYiCYhB-PnZQBY0haVnvlo/edit?usp=sharing
Template: http://share.yellowrobot.xyz/1629812987-programming-tutorials/session_2.zip
Video: https://youtu.be/6LV6df_JWbs
Jamboard: https://jamboard.google.com/d/1ZrLZ2_WvgmvVBRsponJ8BeBckXm3alElUV3IrIC1Vv4/edit?usp=sharing
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
Jamboard: https://jamboard.google.com/d/1S3oYruAJmrakj7fn0xbGQ_xJfI1u_pY289MjDQGCgNs/edit?usp=sharing
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