Mandeepan / SimplyOptions

0 stars 0 forks source link

Feature 2 - Instruments and Company #13

Open Mandeepan opened 1 week ago

Mandeepan commented 1 week ago

Overall

Mandeepan commented 5 days ago

For API Endpoints

Mandeepan commented 4 days ago

Create A Company Form Page

Mandeepan commented 4 days ago

Create An Instrument Form Page

Mandeepan commented 4 days ago

Issuer Panel Page - Company Section

Mandeepan commented 4 days ago

Issuer Panel Page - Instrument Section

Mandeepan commented 4 days ago

Update Company Form

Mandeepan commented 4 days ago

Update Instrument Form

Mandeepan commented 4 days ago

Issuer Panel - Delete

  1. Delete an instrument

    • [x] set up deleteAnInstrumentThunk
    • [x] set up deleteACompanyThunk
    • [x] set up updateUserThunk
    • [x] If current instrument list length is 1, show modal to remind user if yes, call those 2 delete thunks, and update user company_id as null, and is_issuer as False ; return to "non-issuer-page" component; if no, remain at the same page
    • [x] if the current instrument length is more than 1, call deleteAnInstrumentThunk, show modal to comfirm
  2. Delete a company