Coding Period Week 9 (2nd August — 9th August)

Saksham Gautam
2 min readAug 9, 2023

--

Meeting Minutes —

  1. Discussed about the features that we should include in the web anonymizer.
  2. Prof. Turner brought up an important point. He emphasized the need of maintaining focus on development of a functional model at present. We can indeed explore the possibility of making it available to general public in the future. But currently it is not our main goal.
  3. Following features have been finalized in the meeting-:
    * Login/register based system
    * A customized dashboard. On the dashboard some information like current videos in queue and anonymized videos should be made available.

Progress — I’ve covered nearly all of the necessary frontend components that, in my opinion, our website should have.

Login Page
Register Page
Dashboard

2. The register/login feature is fully functional. Using MySQL I have created a database to store user login details. New users can complete the registration process by filling out the registration form, and after that, they can access the system through the the login page.

3. On the dashboard an option to create a new experiment has been provided which will lead to our main page. On the main page user will be able to submit videos and select the type of anonymization.

4. In the upcoming week, I aim to make the upload video button functional and to dynamically retrieve and display individual user video information from the database directly on the dashboard.

--

--