An administrative software for use alongside the ATM program at https://www.dragonfocus.dev/TheSkyWinds/ATM-FTXUI-Simulator
Go to file
2025-06-18 09:24:22 +02:00
libs More implementation of XML & bunch of fixes & changes around the name algorithm 2025-06-16 12:47:25 +02:00
src Fully implemented name & PIN change 2025-06-18 09:22:48 +02:00
CMakeLists.txt Implemented basic XML support 2025-06-13 11:15:55 +02:00
LICENSE Initial commit 2025-05-26 08:39:57 +00:00
README.md Changed README.md 2025-06-18 09:24:22 +02:00
vcpkg.json Initial commit 2025-06-13 10:31:14 +02:00

atm-admin

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. (For the start, simply allow changing the pin & name.) This program will be terminal-only.

Current plans

  • Allow the user to choose different options (Changing pin, name, etc)
  • Make a prototype. Allow variables to be stored & displayed.
  • Integrate it into XML.
  • Add a way to create new users.
  • (MAYBE) Add a way to delete users.