-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecb7f27
commit 936abcd
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
hackday: "27-london" # <hackday> slug for event project was presented at | ||
title: "Resident Doctor Passport" # Project Name | ||
summary: "A digital solution to the repetitive pre-employment checks which rotating resident doctors must complete multiple times per year. " # Short summary ideally ~50 words | ||
thumbnail: # Thumbnail image stored in `/assets/images/projects/<hackday>/<thumbnail>` | ||
header_image: # Header image stored in `/assets/images/projects/<hackday>/<header_image>` | ||
image_credit: [] # Image credit remove [] if using and uncomment following lines | ||
#- Credit: | ||
# URL: | ||
# Licence: | ||
team: # List of (preferably) twitter handles but can include plain-text names | ||
- "Rahul Dalal" | ||
- "Elena Barker" | ||
- "Olha Danylevska" | ||
email: # Email to list on project page for contact | ||
links: | ||
presentation: # Link to presentation used on day 2 | ||
video: # Link to video of presentation on day 2 | ||
website: # Link to live project demo/app/appstore link/etc. | ||
code: # List of links to project source code e.g GitHub | ||
- "https://github.com/ElenaBarker/Resident_Doctor_Passport" | ||
licence: # Licence code/project is released under e.g MIT, GPL etc. | ||
about: "Doctors enter their data once, into an account identified by their GMC number. This information includes personal details, immunisation history, bank and salary details, vehicle details, and important documents. | ||
Organisations can sign up to the platform and search for doctors ahead of their employment, and request access to their data, which must be approved an a ‘relationship by relationship’ basis. | ||
The data is structured in a PostgreSQL database for easy retrieval and querying." | ||
featured: false # If project is featured | ||
--- |