@CBIAnalytics Thank you for your continued efforts in creating and teaching us through this series. I have a couple of suggestions that might enhance the UI design segment. Could you possibly demonstrate a scenario where an admin user, with enhanced privileges, performs CRUD operations directly from the UI? For example, modifying an incorrect transaction or adding a new product to the database. Additionally, for the deployment section, would you consider containerizing the frontend and backend into Docker images, then pushing these images to the cloud for deployment? Thanks again for considering these enhancements!
@champloosixsix3 ай бұрын
bad csv file. some of the dates are dd/mm/yyyy while others are d/mm/yyyy, having only one unit for the day. your setup for whatever reason has no issue handling this, but when you download the csv file from your repo, the entries with 2 units for the day shows up as ####### in the table.
@champloosixsix3 ай бұрын
actually, not sure that this is the cause. regardless, can't get db browser to allow me to write my supermarketsales data 😢
@champloosixsix3 ай бұрын
resolved the issue, the problem was an error i made. when copy/pasting over the data for the foreign keys i ended up creating a null line, so my id in it went 0, 2, 3. So BE CAREFULE! :'D