Skip to content

Latest commit

 

History

History
154 lines (98 loc) · 4.94 KB

timeline-log.md

File metadata and controls

154 lines (98 loc) · 4.94 KB

This file contains a timeline of what was done for the project by each group member and the timestamp for the same

Project Members:

1. Aaradhy Sharma, SNU id: as783 roll no: 2210110100

2. Unnat Sharma, SNU id: us997 roll no: 2210110634

3. Dhruv Mishra, SNU id: dm409 roll no: 2210110674

4. Jasmehar Singh, SNU id: jc270 roll no: 2210110719 (added later to the group)

Log-1 : Date: 16 January 2024

Project created in Github. Updated Log file. User: Aaradhy

Log-2 : Date 23 January 2024

Topic possibility discussed : Arcade Shop inventory subsystem. Updated Log file. User: Aaradhy,Dhruv,Unnat

Log-3 : Date 24 January 2024

Topic changed to making a system similar to unstop website where hackathon, competitions etc are tracked and offered. Updated Log file. User: Aaradhy,Dhruv,Unnat

Log-4 : Date 25 January 2024

Topic discussed thoroughly and finalised as the one discussed above. Updated Log file. User: Aaradhy,Dhruv,Unnatt

Log-5 : Date 31 January 2024

We started making entities and entity models for the users, organisers etc.. Updated Log file. User: Aaradhy,Unnat

Log-6 : Date 2 February 2024

Completed with the Entity Relationship Model (ER Model) for the project. Updated Log file. User: Aaradhy,Dhruv,Unnat

Log-7 : Date 4 February 2024

Completed with converting the Entity Relationship Model into an Enchanced Entity Relationship (EER ) model and listing down all the entities. Updated Log file. User: Aaradhy,Dhruv,Unnat

Log-8 : Date 4 February 2024

Completed with converting the EER Model that we made above into a Relational Schema. Updated Log file. User: Aaradhy,Dhruv,Unnat

Log-9 : Date 4 February 2024

Submitted the EER Model along with the Relational Schema on the portal on Blackboard. Updated Log file. User: Dhruv,Unnat

Log-9.2 : Date 4 February 2024

New team member added: Jasmehar

Log-10 : Date 16 February 2024

Digitally started to recreate the ER Model to enchance it and make it easier to code. User: Dhruv & Jasmehar

Log-11 : Date 28 February 2024

Finished creating the EER Model digitally. Users: Dhruv & Jasmehar.

Log-12 : Date 16 March 2024

Finished creating the EER,Relational Model Digitally. Users:Aaradhy,Dhruv,Unnat,Jasmehar

Log-13 : Date 16 March 2024

Started converting the Relational model into a mySQL database using SQL queries. User: Aaradhy

Log-14 : Date 17 March 2024

Finished converting the relational model into a mySQL database which was exported and verified among the rest of the team members. User: Aaradhy, Unnat

Log-15 : Date 17 March 2024

Started creating the backend using axios and node.js, express and linking it to the SQL database. User: Aaradhy

Log-16 : Date 17 March 2024

Started working on the frontend framework using vite react vanilla javascript and Tailwind CSS. User: Aaradhy

Log-17 : Date 17 March 2024

Implemented CORS connection facility in the backend server and got the backend server running locally on http://localhost:8080/ User: Aaradhy

Log-18 : Date 18 March 2024

Finished with the frontend UI design & linked the backend framework to the frontend framework. User: Aaradhy

Log-19 : Date 18 March 2024

Finished adding some functionality as well as implemented a simple admin level hardcoded login form in the webapplication. User: Aaradhy

Log-20 : Date 19 March 2024

Given the first project evaluation to the Assigned TA. User: Aaradhy,Dhruv,Unnat,Jasmehar

Log-21 : Date 19 March 2024

Added various crud procedures to the database. https://github.com/Aaradhy-Sharma/dbms-project-1/blob/main/Screenshot%202024-03-19%20at%2019.10.13.png User: Aaradhy

Log-22 : Date 21 March 2024

Looking for various options to implement user and admin level access separately for the dbms. User: Aaradhy, Jasmehar

Log-23 : Date 23 March 2024

Started working on making different access modes for user and admin level access. Kept as783 as an admin level authorization and dm409 as a user level. User: Aaradhy

Log-24 : Date 27 March 2024

Started refining the database to support normalisation forms etc... User: Aaradhy

Log-25 : Date 11 April 2024

Finished with separate admin and user level views. Kept as783 as an admin level authorization and dm409 as a user level.

  • Added support for dark and awesomify mode User: Aaradhy

Log-26 : Date 11 April 2024

Added normal and dbnormal() function and procedure respectively to the database. normal() is used to check the current highest normalisation form of a table taken as input(tablename) and dbnormal() takes db name (proj) in our case as input and then proceeds to call normal() for all the tables present in the database. User: Aaradhy

Log-27 : Date 12 April 2024

Tried fixing the error of undefined values being sent to the backend in response to crud/edit operations being performed in the frontend. I have been unsuccessful in trying to find a fix for the same despite spending multiple hours on the same. The same is left for the other team members to try and resolve in the remainder time.