The code should be updated to follow the following steps:
- Try to pull the item from the database
- If the item does not exist do nothing or create a new item (this can be decided during the work)
- Update only the updatable properties
- save the item
Don't forget to update/add tests accordingly
The code should be updated to follow the following steps:
Don't forget to update/add tests accordingly