-
Notifications
You must be signed in to change notification settings - Fork 0
Lab Report 3
Enestst edited this page Oct 8, 2024
·
3 revisions
- Esad Yusuf Atik
- Ekrem Bal
- Enes Sait Besler
- Onur Dilsiz
- Abdullah Enes Güleş
- Ahmet Burkay Kınık
- Yusuf Suat Polat
- Batuhan Solmaz
- Jorge Velázquez Jiménez
- Planning for the 1st customer presentation, creating issues, etc.
- Creating a requirements document.
- Creating scenario mockups.
- Create a lab report under your wikis reporting what you've done in this lab.
—
During this lab, we focused on planning the foundational components of the application across all platforms—web, backend, and mobile. We also documented the essential system and user requirements to guide our development process.
-
Created issues for the following
- Create the React project setup (Issue #262).
- Develop the navbar component for site navigation (Issue #263).
- Implement the login page for user authentication (Issue #264).
- Implement the register page for new user sign-up (Issue #266).
- Enable storage of authentication tokens in the cache for session management (Issue #267).
-
Planned completing the following for the customer presentation
- Initialize the Django project environment.
- Design the database schema to support user data and application features.
- Develop user login and registration functionalities.
- Dockerize the application for streamlined deployment and scalability.
-
Planned completing the following for the customer presentation
- Set up the initial mobile project framework.
- Create the navbar for mobile navigation.
- Build the login page for user authentication on mobile devices.
- Build the register page for new user sign-ups on mobile devices.
- Discussed the requirements created beforehand and completed the requirements that were incomplete.