2025-05-26 08:39:57 +00:00
|
|
|
# atm-admin
|
|
|
|
|
2025-05-26 10:17:41 +00:00
|
|
|
An administrative software for use alongside the ATM program at https://www.dragonfocus.dev/TheSkyWinds/ATM-FTXUI-Simulator
|
|
|
|
|
|
|
|
## Plan
|
|
|
|
|
|
|
|
This program will allow for the creation of new users, deletion of users, editing of money, changing of pin.
|
2025-06-11 08:52:02 +00:00
|
|
|
(For the start, simply allow changing the pin & name.)
|
2025-05-26 10:17:41 +00:00
|
|
|
This program will be terminal-only.
|
|
|
|
|
|
|
|
## Current plans
|
|
|
|
|
2025-05-28 08:54:22 +00:00
|
|
|
- [x] Allow the user to choose different options (Changing pin, name, etc)
|
2025-06-11 08:45:36 +00:00
|
|
|
- [x] Make a prototype. Allow variables to be stored & displayed.
|
2025-05-26 10:24:50 +00:00
|
|
|
- [ ] Intergrate it into XML. For now, only allow PIN & money to be changed.
|
|
|
|
- [ ] Add a way to create new users.
|
|
|
|
- [ ] (MAYBE) Add a way to delete users.
|
|
|
|
|