-
Notifications
You must be signed in to change notification settings - Fork 0
Home
nCode edited this page Sep 16, 2021
·
1 revision
Seminar school project
This program was created for seminar school project as recession to Corona virus. Program is develop for non-exists hospital. It saved patients and their data about covid data. In databa I store Employees data such as fullname, email, phone, pose, etc. Then Vaccinate, Finds, Vaccine types. And lastable program data such as version and download link to lastest release.
Data in database are fully generated!
- NuGet
- MySQL connector for easier connection
- HTML to PDF converter
- And soome GUI nuget stuff
- RestAPI
- Using RestAPI to get status about corona
- There was a bit problem while using it. Old one was removed, so I have to use new one
- MySQL Database
- Every data is saved in MySQL database
- Database methods are asynchrous
- Login System
- In sign in / sign up using SHA256 with 2 salts
- Can update password in settings
- Auto login sessions included
- Polyformism
- Github Connection
- Structure
- App Installer
- Others
- Automatically send emails via own domain
- Generate PDF file from HTML model
- Automatically refresh database connection (to be safe)
- Dashboard data science
- QR code webcam loader
- Check version correction
- [:heavy_check_mark:] Create main UI form
- [:heavy_check_mark:] Create login UI form
- [:heavy_check_mark:] Create Home sub form
- [:heavy_check_mark:] Create Dashboard sub form
- [:heavy_check_mark:] Create Countries sub form
- [:heavy_check_mark:] Create Patient sub form
- [:heavy_check_mark:] Create Vaccine sub form
- [:heavy_check_mark:] Create Settings sub form
- [:heavy_check_mark:] Create MySQL connection
- [:heavy_check_mark:] Connect sub forms with MySQL
- [:heavy_check_mark:] Create RestAPI methods
- [:heavy_check_mark:] Add QR load patient
- [:heavy_check_mark:] Comment whole source code
- [:heavy_check_mark:] Add print files (finds doc / vaccinate doc)
- [:heavy_check_mark:] First release with installer
- Reset password through email [:heavy_check_mark:]
- Send print files through email
- Login after push enter