94. 03 02 2023 - catedradxc/serverlessStudy GitHub Wiki

Date: 03/02/2023

Daily objetives

* Review the funtionality of the versions to ensure the rigurosity: Fargate both persistence and non-persistence versions

Related work

* Solve an error with the process of adding a new order in both versions
	- An attribute of OrderLine entity was bad-named in the database
	- To add a new order i had to given it id (it isn't autogenerated)
	- Mistake in URLS of client and catalog repositories in persisted version
* Solve a bug with the delete of all entities in both versions (similar problem with edit (PUT verb))
	html forms does not support DELETE method -> i had to use GET or POST