Skip to content

Meeting Notes #1 22.10.2023 ‐ Frontend

Beyzanur Bektan edited this page Oct 24, 2023 · 2 revisions

📅 Date: 22.10.2023
🗺️ Location: Discord
🕐 Time: 13:00-15:00
✏️ Note Taker: Beyzanur Bektan

👥 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.json and package-lock.json in 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
Clone this wiki locally