Skip to content

Frontend Meeting Notes #18

ozdenizdolu edited this page Nov 22, 2020 · 4 revisions

1. Details :

This is a meeting only done between the frontend team.

Date: 21 November 2020

Location: Hangouts Meeting

Time: 17:10 : 18:15

Attendees :

  • Abdullah Yıldız
  • Alaaddin Furkan Varol
  • Mehdi Saffar
  • Özdeniz Dolu

2. Agenda

2.1 Discuss how should we start inserting backend API calls into our frontend codes.

2.2 Discuss about previous pull requests

2.3 Discuss how backend endpoints' compatibility with our code

3. Discussion

3.1 We are going to use Axios library to make API calls.

3.2 We should define a global variable to use as backend host name.

3.3 Login form should accept username rather than email.

3.4 We need to setup the environment on our local machines so that we can run the backend server.

4.Remaining Tasks

  1. Login
    1. Make login form work with backend.
    2. On successful login show notifications and redirect to the homepage
    3. Make login page beautiful
  2. Signup
    1. Make signup form work with backend.
    2. On successful signup show notifications and redirect to the login page
    3. Make signup page beautiful
  3. Homepage
    1. Add a link with icon of a shopping cart in the header
    2. Make a backend call for init & trending products
    3. Add a search bar to the homepage
  4. Shopping Cart Page
    1. Make shopping cart page work with backend.
    2. Show a spinner for cart changes & notifications for errors
    3. Make shopping cart page beautiful
  5. General
    1. Initialize Axios components.
    2. Research how to change backend URL in build time (for dockerization purposes).
  6. Product Page
    1. Implement the Product Page that shows details about a product. (a more simpler one for milestone 1)
Id Who Task Deadline Issue(s)
1 Abdullah Yıldız 4.*
6.1
23.11.2020 Monday @23.59
2 Mehdi Saffar 5.*
3.*
23.11.2020 Monday @23.59
3 Özdeniz Dolu 2.*
5.2
23.11.2020 Monday @23.59 PR #188
PR #190
4 Furkan Varol 1.* 23.11.2020 Monday @23.59

Logo

🏠 Home

👤 Group Members

Practice App

💻 Project

📆 Meeting Notes

CMPE352 Meeting notes

CMPE451 Meeting notes

📈 Milestones

📜 Assignments

🔎 Research

Clone this wiki locally