Difference between revisions of "SudoCare"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
A project to create tools so that people can learn about, maintain and give back to their beloved SudoRoom hackrrspace. | A project to create tools so that people can learn about, maintain and give back to their beloved SudoRoom hackrrspace. | ||
Eventually this will be properly integrated into our Labitrack [[Inventory]] software. | |||
= Requirements = | = Requirements = | ||
Line 13: | Line 15: | ||
Breaking this up into npm style modules | Breaking this up into npm style modules | ||
* SudoCareManager [https://sudoroom.org/wiki/SudoCare https://sudoroom.org/wiki/SudoCare] Holds central manager classes. I should make these private pod specs but I'm just going to submodule it into the other ones of now. | |||
* Login / forgot password /sign up screens - [https://github.com/romyilano/SudoCare-Login https://github.com/romyilano/SudoCare-Login] | * Login / forgot password /sign up screens - [https://github.com/romyilano/SudoCare-Login https://github.com/romyilano/SudoCare-Login] | ||
* QR Code Reader - [https://github.com/romyilano/SudoQR-Code-Reader https://github.com/romyilano/SudoQR-Code-Reader] | * QR Code Reader - [https://github.com/romyilano/SudoQR-Code-Reader https://github.com/romyilano/SudoQR-Code-Reader] | ||
* SudoThing - [https://github.com/romyilano/SudoThing https://github.com/romyilano/SudoThing] loading things up to the server so people can look at them, fix them and learn how to use them. | |||
* SudoGraff - [https://github.com/romyilano/SudoGraff https://github.com/romyilano/SudoGraff] | |||
= Misc = | = Misc = | ||
See also [[SudoiOS]] | See also [[SudoiOS]] |
Latest revision as of 20:53, 19 August 2015
Overview
A project to create tools so that people can learn about, maintain and give back to their beloved SudoRoom hackrrspace.
Eventually this will be properly integrated into our Labitrack Inventory software.
Requirements
- Learn about SudoRoom's different tools and work areas
- Enable people to help in maintenance of SudoRoom
- Reward people who give time and energy whether it's through fixing tools in the space, updating the wiki, etc.
Components So far
Breaking this up into npm style modules
- SudoCareManager https://sudoroom.org/wiki/SudoCare Holds central manager classes. I should make these private pod specs but I'm just going to submodule it into the other ones of now.
- Login / forgot password /sign up screens - https://github.com/romyilano/SudoCare-Login
- QR Code Reader - https://github.com/romyilano/SudoQR-Code-Reader
- SudoThing - https://github.com/romyilano/SudoThing loading things up to the server so people can look at them, fix them and learn how to use them.
- SudoGraff - https://github.com/romyilano/SudoGraff
Misc
See also SudoiOS