Skip to content

Commit f8c31ee

Browse files
authored
Merge pull request #15 from anrouxel/AddPrescription-View
Add prescription view
2 parents c43af19 + e69d22c commit f8c31ee

File tree

105 files changed

+7028
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+7028
-75
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
/.idea/workspace.xml
88
/.idea/navEditor.xml
99
/.idea/assetWizardSettings.xml
10+
/.idea/*
11+
.idea/gradle.xml
1012
.DS_Store
1113
/build
1214
/captures

.gitignore.save

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
*.iml
2+
.gradle
3+
4+
/local.properties
5+
/.idea/caches
6+
/.idea/libraries
7+
/.idea/modules.xml
8+
/.idea/workspace.xml
9+
/.idea/navEditor.xml
10+
/.idea/assetWizardSettings.xml
11+
/.idea/*
12+
.DS_Store
13+
/build
14+
/captures
15+
.externalNativeBuild
16+
.cxx
17+
local.properties

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "app/src/main/assets"]
2+
path = app/src/main/assets
3+
url = https://gitlab.univ-nantes.fr/E213726L/MedicAppAssets.git

.idea/sonarlint/issuestore/index.pb

+69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/sonarlint/securityhotspotstore/d/2/d2a4383452aad84a18429a5844d31330a012a9e6

Whitespace-only changes.

.idea/sonarlint/securityhotspotstore/index.pb

+225
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/README.MD

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

0 commit comments

Comments
 (0)