Skip to content

Commit

Permalink
Version 1.0.0 (#8)
Browse files Browse the repository at this point in the history
* Update README.md

* GD-48 Road to version 1.0.0 (#7)

* Add initial gomodule

* Remove unnecessary files and add basic structures

* Add careplan conditions checking

* Add body measurements section

* Add all assessments and goals

* Delete unwanted files and add db logs

* Delete more unwanted files

* Tidy go.mod file

* Update Makefile

* Update sample-request.json

* Update cholesterol converter

* Update code according to review from @feroj21

* Add CloudDBPort config and MessagePool implementation

Co-authored-by: fredhersch <fredhersch@gmail.com>
  • Loading branch information
samhq and fredhersch authored Jan 27, 2020
1 parent 1b643a7 commit f2a32ec
Show file tree
Hide file tree
Showing 591 changed files with 4,933 additions and 467,487 deletions.
74 changes: 74 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,77 @@ discovery-agent.sublime-workspace

# VSCode Files
.vscode/

# Created by .ignore support plugin (hsz.mobi)
### macOS template
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Example user template template
### Example user template

# IntelliJ project files
.idea
*.iml
out
gen

### VisualStudioCode template
.vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

### Go template
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

/artifacts
/releases
/tmp
service
ohas

/node_modules
package-lock.json
.env
146 changes: 0 additions & 146 deletions Gopkg.lock

This file was deleted.

62 changes: 0 additions & 62 deletions Gopkg.toml

This file was deleted.

Loading

0 comments on commit f2a32ec

Please sign in to comment.