Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 3.18 KB

Technical-Overview.md

File metadata and controls

59 lines (41 loc) · 3.18 KB

Technical Overview

The general user facing functionality of the app is already documented (see App Functionality), this document should try to connect that to the actual code in the repo: What code is there and does what?

  • Commons Account Login, Android Account intgeration
  • Caching of... something TODO
  • Everything about Categories
  • Concurrency... something TODO
  • A "Contribution" is an internal representation of an upload with its data
  • saved in SQLite
  • also sync of it
  • obsolete?
  • User's location
  • Upload/Picture detail view
  • A "Modification" is the internal representation of a change to an existing upload
  • saved in SQLite
  • also sync of it
  • "Settings" feature
  • Theme
  • Navigation (!?)
  • Display html with link
  • Display overlay
  • More basic representation of an upload
  • Various utilities