# YTP 週報 - Project Details
###### tags: `Group`
@NTUST, Taiwan
[Contact us](crg@gapps.ntust.edu.tw)
### Frontend
- [ ] Implement Create Medical Record Page for Hospital
- [ ] Signature Field (jpeg) [React Signature Canvas](https://www.npmjs.com/package/react-signature-canvas)
- [ ] Verification of Data
- [ ] Text Box for Other Data (set char limit for certain data)
- [ ] Implement Individual page for detailed medical data information
- [ ] Implementing method to change model/html format to PDF file [React-PDF](https://react-pdf.org/) (15 January)
- [ ] Implement sorting/searching function for Medical Data (different hospital and patient) [React InstantSearch](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/)
- [ ] Patient Name
- [ ] Date
- [ ] Doctor Name
- [ ] Hospital Name
- [ ] Implementing digital signature
- [ ] Implementing method to save public and private key
- [ ] Implement QR Code
- [ ] Implement Notification for unviewed medical report for Patient
- [ ] Login Related
- [ ] Create Navbar
- [ ] Create Registration Form
- [ ] Create Login Form
- [ ] Verification of Data
- [ ] Profile page
- [ ] Change Personal Data
- [x] [Connect Multiple React Pages](https://github.com/MetalPower26/medicsign/blob/master/frontend/src/routes.js) - Joel & Metal
[React-Router](https://reactrouter.com/en/main)
### Backend
- [x] Learning how to connect backend and frontend - Juan
- [x] [Database Connecting and URL](https://github.com/MetalPower26/medicsign/tree/setup_backend) - Juan
- [ ] Creating 'information' JSON Field for medical report details (8 January) -> Interpreter
- [ ] Add model ImageField
- [ ] Creating a method to check if the local version and the database version is the same
- [ ] Alerting doctors if the two versions are not the same
- [ ] Connecting Frontend with Backend (February :<)
- [ ] Login stuff