Meeting Notes #1 22.10.2023 ‐ Frontend - bounswe/bounswe2023group6 GitHub Wiki
:date: Date: 22.10.2023
:world_map: Location: Discord
:clock1: Time: 13:00-15:00
:pencil2: Note Taker: Beyzanur Bektan
:busts_in_silhouette: Participants:
- Ömer Talip Akalın
- Hüseyin Çivi
- Halis Ayberk Erdem
- Beyzanur Bektan
Agenda:
- Discuss and finalize the architectural choices for the frontend
Discussion Notes
- We've decided to use React and Tailwind CSS for our frontend. This will allow us to build a customizable and responsive interface efficiently.
- We will integrate ESLint for linting and identifying problematic patterns in the code.
- We will use Prettier to automatically format our code, ensuring consistent code style.
- Talip Akalın established a basic project setup with a basic "Hello World" feature and some button as a starting point.
- Talip Akalın explained the roles of
package.jsonandpackage-lock.jsonin managing and tracking project dependencies. - We discussed about how to design and implement the login, register, and forgot password pages.
- For the first milestone, we agreed to design a straightforward home page using mock data.
Action Items
| Action | Assignee | Deadline | Issue |
|---|---|---|---|
| Setup Frontend | Ömer Talip Akalın | 24/10/2023 | #270 |
| Learn React Framework | Team | 24/10/2023 | #256 |
| Implement Login Page | Halis Ayberk Erdem | 31/10/2023 | #271 |
| Implement Register Page | Ömer Talip Akalın | 31/10/2023 | #272 |
| Implement Forgot Password Page | Beyzanur Bektan | 31/10/2023 | #283 |
| Implement Home Page Template | Hüseyin Çivi | 31/10/2023 | #284 |