Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Contribution guidelines (naming conventions, ....)
  • Mobile apps (current state, future, what do people want to do? offline requirements - how are other mobile apps handling mobile & offline scenarios?)
  • Overview and update on the Target (modular) Architecture
  • list of module : how to define front end and backend module in order to increase the visibility to implementers
  • Review on the use of platforms (Wiki, Localize, Drive, Forum etc.)
  • Review on the application of standards (HL7 FHIR, JLN Process Framework)
  • Howtos in new development architecture
    • openIMIS platform, for the IT-System admin: docker composition options, security, scaling options, monitoring... and interactions with 'legacy' platform (front and database)
    • building (from scratch) a backend module to customize claim validation rules (i.e. replace reference one)
      • events (django signals) 
      • backend module configuration
    • providing a "language pack" frontend module
    • building (from scratch) a brand new 'FOO' (to keep it simple) complete module, in relationship (FK) of another module (claim or whatever)
      • backend: new django model, registering GraphQL (queries and mutations)
      • frontend:
        • basic contributions entries (main menu,...)
        • simple "constant-based" picker
        • using pickers from other module
        • sending mutations via the "journal"
    • openIMIS integration options and challenges (backend/frontend, with/without SSO) and developing a small prototype integration to *** (to be defined)
    • backend "advanced" topics:
      • transactional/non-transactional signals
      • synchronous/asynchronous mutation processing
      • batches
    • frontend "advanced"
      • core.Boot contribution, what to do with it (and what not)
      • pickers with or without cache (product list vs. health facilities list)
      • dialog-pickers, suggestions-based pickers (with debounce, minimal chars#,...)
      • Progressive Web Application

...