zuri-training / Team-64_Favicon-Gen

This project by Team 64 is aimed at building a web application for favicon generation.
0 stars 4 forks source link

Linking the Saved Drafts/ Download Page to the backend #113

Closed SerahN closed 2 years ago

jolomi212 commented 2 years ago

Work on this has been ongoing on the auth_gen_conv_backend branch https://github.com/zuri-training/Team-64_Favicon-Gen/tree/auth_gen_conv_backend

jolomi212 commented 2 years ago

I worked together with Hermann Wakam @WakHerv7 on linking the saved drafts page to the backend, using django. We were able to fetch saved drafts from the database models for each user, and display them on the front end, so that the user can download. Our work in this regard was mostly pushed to this branch: https://github.com/zuri-training/Team-64_Favicon-Gen/tree/auth_gen_conv_backend The multiple commits made on this task are available here: https://github.com/zuri-training/Team-64_Favicon-Gen/commits/auth_gen_conv_backend