You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Make sure the data base works and the data comes back when I run db_init
Be able to add data to it using postman
Be able to delete data using postman
Backup + Restore the data
Connect it to the frontend, so data can be added, deleted, edited through the frontend - IMPORTANT
Work on the UI of the frontend to make it easier to use on the frontend
Test to make sure data can flow in and out of the database, and staying, backing up, and restoring.
Backend Integration, and CRUD
Verify the database functionality and ensure data returns correctly after running db_init.
Successfully add data to the database using Postman.
Delete data from the database using Postman.
Implement backup and restore functionality for the database.
Integrate the database with the frontend, allowing data to be added, deleted, and edited directly through the user interface - CRUCIAL.
Improve the frontend user interface for easier database interaction.
Thoroughly test data flow to ensure smooth CRUD operations, proper backup and restore processes, and data persistence.
Big Ideas Covered
Big Idea 1: Creative Development
The study log feature encourages iterative design, enabling students to track their study habits and improve their learning process over time.
Big Idea 2: Data
The system collects, stores, and organizes user study logs in a database, allowing efficient retrieval and management.
Big Idea 3: Algorithms and Planning
The manageStudyLog procedure uses sequencing, selection, and iteration to perform CRUD operations on study logs, ensuring smooth functionality.
Big Idea 4: Computer Systems and Networks
The study log integrates with back-end APIs to handle user data securely and efficiently, showcasing the use of network communication.
Big Idea 5: Impact of Computing
The feature empowers students to take control of their learning habits, fostering consistency and accountability in their studies.
Frontend to Backend Integration
Backend Integration, and CRUD
Big Ideas Covered
Big Idea 1: Creative Development
The study log feature encourages iterative design, enabling students to track their study habits and improve their learning process over time.
Big Idea 2: Data
The system collects, stores, and organizes user study logs in a database, allowing efficient retrieval and management.
Big Idea 3: Algorithms and Planning
The manageStudyLog procedure uses sequencing, selection, and iteration to perform CRUD operations on study logs, ensuring smooth functionality.
Big Idea 4: Computer Systems and Networks
The study log integrates with back-end APIs to handle user data securely and efficiently, showcasing the use of network communication.
Big Idea 5: Impact of Computing
The feature empowers students to take control of their learning habits, fostering consistency and accountability in their studies.