Skip to content

Commit

Permalink
Add note about formid/version for form lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Dec 9, 2020
1 parent a7babc5 commit 130d21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ and update this document as the code evolves.
* Code goes through static analysis using CheckStyle, PMD, SpotBugs and Android Lint
* Code is mostly organized into packages based around what kind of object they are which has become unwieldy
* Forms get into the app from three different sources (Open Rosa servers, Google Drive and disk) but the logic for this is disparate and they don't sit behind a common interface
* Instances are linked to the forms they are instances of through formid and version. However, the same formid and version combination could represent multiple forms in storage

## Where we're going

Expand Down

0 comments on commit 130d21d

Please sign in to comment.