Nozomi R

Results 9 comments of Nozomi R

I am trying to work on this issue. When running the tests, the donation correction function seems to behave unexpectedly. Changing the storage location does not properly transfer the items...

I observed an issue with the location storage yesterday, where the source item's quantities were doubled. However, after updating the source code and setting it up again today, it appears...

What error message format do you want? It currently looks like following: ``` Sorry, we weren't able to save the distribution. Could not reduce quantity by 16 - current quantity...

```InventoryError``` only handles one line item, but you need all errors in one. My solution is to create a new ```InventoryAggregateError```. When the ```InventoryError```s are raised, they are collected and...

> I just ran through a case of editing a donation and changing the storage location on staging (which has the main branch on it) The numbers went down in...

Oh, sorry. It turns out the code I copied to create a function was not exactly the same as the other part. It's fine now. Sorry for wasting your time.

I tested the functionalities you mentioned. The server-side validations are functioning, except for the following issues: 1. The Package Size can be negative when creating a new item. 2. The...

Somehow I missed donation. The others are checked. distribution new ![image](https://github.com/user-attachments/assets/e2f8307b-d80b-4ece-b293-044afb8f2292) distribution edit ![image](https://github.com/user-attachments/assets/ed583e22-3180-499b-8348-c4b8364350cc) request ![image](https://github.com/user-attachments/assets/14c9b5df-9194-4661-9e3a-2e831a4bb768) audit ![image](https://github.com/user-attachments/assets/b8fff1f1-13fe-4a7f-bd77-3ee58cd7de31)