Enning94 / Doctors_Appointment_Backend

This repo is a Backend for a Doctors_Appointment_System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[4pt] Redux Create & Show Reservations [member 3]

Enning94 opened this issue · comments

  • Update Redux Store:
    • Define the initial state of the reservations in the store
    • Update the store with newly created reservations
  • Add Redux Actions:
    • Create an action for creating a reservation
    • Create an action for updating the store with new reservations
  • Add Redux Reducers:
    • Create a reducer for handling reservation creation
    • Create a reducer for updating the store with