Skip to content

Commit

Permalink
Merge pull request #15 from anrouxel/AddPrescription-View
Browse files Browse the repository at this point in the history
Add prescription view
  • Loading branch information
anrouxel authored Jan 10, 2024
2 parents c43af19 + e69d22c commit f8c31ee
Show file tree
Hide file tree
Showing 105 changed files with 7,028 additions and 75 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/*
.idea/gradle.xml
.DS_Store
/build
/captures
Expand Down
17 changes: 17 additions & 0 deletions .gitignore.save
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
*.iml
.gradle

/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/*
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "app/src/main/assets"]
path = app/src/main/assets
url = https://gitlab.univ-nantes.fr/E213726L/MedicAppAssets.git
69 changes: 69 additions & 0 deletions .idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
225 changes: 225 additions & 0 deletions .idea/sonarlint/securityhotspotstore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions app/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Idées de #TODO choses à faire pour cette partie :
# Tests : Partie Tokénisation
# Faire les objets qui vont pouvoir permettre d'être passés en paramètre pour avoir un bon affichage dans l'application
# Faire passer dans des JSON (attention storage locale) des infos concernant les ordonnances (ord1 | Dr Mottu | Date')
Loading

0 comments on commit f8c31ee

Please sign in to comment.