From 23c0a317e3cb0d11934f59a3e84570dedff2dc27 Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 14 Oct 2021 19:43:53 +0530 Subject: Add afterthoughts, update links --- .gitignore | 1 + README.org | 43 +++++++++++++++++++++++++++++++++++++------ 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 207879e..3226cf4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .cache dist node_modules +client/build diff --git a/README.org b/README.org index c5a0bf8..888bfdc 100644 --- a/README.org +++ b/README.org @@ -3,14 +3,14 @@ #+export_file_name: index #+setupfile: ~/.emacs.d/org-templates/projects.org -Memoir contract is written with ~smartpy~. +- Hackathon: https://csi-fcrit-computer.github.io/DEV-A-THON/ ([[https://web.archive.org/web/20211011153523/https://csi-fcrit-computer.github.io/DEV-A-THON/][Archive]]) -- ~landing/~: Host at root. -- ~public/~: Host at ~App/~. +| Application | https://andinus.unfla.me/MyMedMemoir | +| Project Homepage | https://andinus.unfla.me/projects/MyMedMemoir | +| Demo Video | https://diode.zone/w/pm6dQGvTP77MT5KoipecPH | -- Video: https://andinus.nand.sh/MyMedMemoir/video.mp4 -- Landing: https://andinus.nand.sh/MyMedMemoir -- App: https://andinus.nand.sh/MyMedMemoir/App +| Source | https://git.unfla.me/MyMedMemoir | +| GitHub (mirror) | https://github.com/andinus/MyMedMemoir | * Team Delta Proioxis @@ -21,6 +21,37 @@ Memoir contract is written with ~smartpy~. - [[https://github.com/lishakothari][Lisha]] - [[https://github.com/andinus][Andinus]] +* Thoughts + +** Andinus + +#+begin_quote +The idea behind the project was to create an application for users to +store their medical records. It would be stored on Tezos blockchain. + +Currently, the storage is not encrypted and is shared between all the +users, the storage can be separated in the smart contract, this will +also prevent other's from editing one's records. For encryption we can +ask the user for a key on every login and the records would be encrypted +with that key. + +This probably wasn't the best use of technologies, I think it's best to +use them for data that is to be public information. It would be +distributed and you always know the source of the information, knowing +the source is something we didn't do anything with in this project. + +That said, it was fun to work on this! + +- https://andinus.unfla.me/writings/2021/csi-hackathon.html +#+end_quote + +* Development + +Memoir contract is written with ~smartpy~. + +- ~landing/~: Host at root. +- ~public/~: Host at ~App/~. + * License #+begin_src -- cgit 1.4.1-2-gfad0