Task Log
- March 5th: Update Setting handled with Bilgehan
- March 7th: Merging Problem Solved.
- March 8th: Melike’s ML code has been tested
- March 12th: Discussed ML Hosting Options with Melike
- March 13th: Wrote Current System Architecture and Teamwork Details in Detailed Design Report
- March 29th: Sending videos front end to backend has been researched with Melike
- April 4th: Real time video conferencing has been discussed and researched as a Team in Zoom.
- Register was working as a Login, Register changed to just register and redirect to Login Page
- May 2nd-7th: Token Based Authentication and Logout, Create Meeting Problem handled
- May 10th: Researched deployment from google cloud app engine
- May 11th: Used docker to run backend in local environment
- Researched docker-compose option for cloud app engine deployment
- May 12th: Researched alternative options for hosting: Vercel and Google Cloud Run. Since Cloud Run is newer than app engine it is easier to use.
- May 13th: Database Problem Solved with Bilgehan
- May 14th: Researched system dependencies while creating new environment in cloud using docker. Apparently it is necessary it add some packages based on used libraries on default python package of environment
- May 15th: Solved backend integration problems related to environment dependencies. Deployed FrontEnd on Vercel. Some packages had to change due to dependency error again.
- May 16th: Handled Frontend backend integration defining allowed hosts and urls and adding CSRF token to requests.
- May 18th: Wrote Maintenance plan and details in Final report. Implemented Machine Learning API integration into Django on cloud with Melike
- May 19th: Wrote Conclusion and Future work in Final Report. Tested integration of Machine Learning API into Django on Cloud