aboutsummaryrefslogtreecommitdiff
path: root/Website/Website.Client/bin
AgeCommit message (Collapse)Author
2025-12-06Cleanup unused items from sjory3user@node5.net
2025-03-16brokeSjory
i dont know how but it broke starting over
2025-02-20IT WORKSSjory
at least in WSL had to change a port from 5000 to 44349 witch is my api, dont know why i had it as 5000 instead but now it works also changed the URL to the WSL netid ip so when trying it on Rp4 need to change the ip to it or set it back to local host and then trying that way might work. also the certifikate exist but is not trusted by the browser so like that fire bro
2025-02-15testSjory
2025-02-15trying to publishSjory
2025-02-13Serial ComunicationSjory
Started the Serial comunication code for the com between PI4 and ESP32 also made some to-do comments
2025-01-06drinksService to DrinksDataServiceSjory
since i used the DrinksDataService to get the data from the diffrent json files i also implemented the save new drink to json method in that class and deleted the drinksService since it was no longer used also made a modal for creating drinks that works like a pop up window
2025-01-05changed from Client side to server side interactivitySjory
deleted all client models and pages and changed the create drinks page to be on the home page on the server this made it a lot easier to get the data since we omitted the api and the server interactivity works great since its only forms and no fance animations rendering
2024-12-26trying to get the api workingSjory
dident come very far
2024-12-26kinda worksSjory
made the create drinks website kinda work there is a problem with the api call to the server and it does not call correctly i expect there is a api endpoint wrong or smt like that also havent made a save drinks service yet it is commentet out