Open Leevera300 opened 3 months ago
currently working on product API for create. Trying to figure out how to append so I could add multipile image file tab. Also while I was at it I put datepicker on sign up and user edit page.
Currently working on uploading product information to DB. Almost figured out how to get Id immediately after inserting data into the DB. Have to work on this first!
Figured out how to get pk Id after insert. Had to put the values in the Product product domain first than insert it into the DB. Than use the product to get Id from it after insert.
@Configuration 이거 안붙혀서 일어났던 사고였음 이미지 불러오기
Order status will be work on later after checkout function has been implemented.
Conducted J-unit test for the product section API.
User order status area is done Now to work on the admin side where I can see all of the order status
Order status complete for both user and admin portion. Instead of edit I created detail button to see the order detail instead. Will consider making edit for order status after completing quality of life changes to the site.