Adding TODO

This commit is contained in:
Scott C. MacCallum 2024-03-16 08:21:57 -04:00
parent 3930bcdd02
commit bfb13bba87

7
TODO Normal file
View File

@ -0,0 +1,7 @@
1. Combine volume-up.ksh and voume-down.ksh into one script with options.
2. Combine install-pkg.ksh and install-gui-pkg.ksh into one script with options.
3. In battery-status.ksh write battery value interpreting code.
4. Go through each script and add at the end of them a statement that tells the user what was accomplished.
5. Continue to breakup config-sys.ksh into individual scripts, and when done, remove it.
6. Go through each script to see how they can be implemented without the need of a reboot.
7. Rename the main branch to develop and create a release branch.