We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When adding or removing funds, keep the exact balance after change in the database.
The text was updated successfully, but these errors were encountered:
I'm just wondering - Do we keep an audit trail of whom changed the balance? ie. funds added by X, lunch ordered by Y, etc.
Sorry, something went wrong.
yes, currently we keep track of the people and the amount during an update of your balance (starting here: https://github.com/CoditEU/lunchorder/blob/master/backend/WebApi/Lunchorder.Api/Controllers/BalanceController.cs#L44). But I would also like to have the exact current balance at the time of change so you can track back easily in case of problems.
No branches or pull requests
When adding or removing funds, keep the exact balance after change in the database.
The text was updated successfully, but these errors were encountered: