Git Product home page Git Product logo

cpims_mobile's Introduction

CPIMS Mobile App

A cross-platform mobile app replicating and extending the existing CPMIS platform. The app is developed using Flutter, the backend in Django.

Tools and Architecture

Folder Structure

Models

To handle data models and data mapping

Screens

To contain all pages/full screens, folders and widgets related to the screens

Providers

To contain controllers/providers to handle shared logic, http requests and state management

Utils/Helpers

To contain commonly used or shared functions

Widgets

To contain shared widgets across the app

cpims_mobile's People

Contributors

agesa3 avatar samaricha avatar reubendeekay avatar wekesa360 avatar okelloenos avatar ryankoech avatar its-kios09 avatar romannjoroge avatar tedmwai avatar munania avatar ian-njuguna11 avatar samrasugu avatar olvine23 avatar d-genius avatar bmugwe avatar

Stargazers

 avatar Pash avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cpims_mobile's Issues

Form 1B Critical Events not saving to local app database

The form 1B critical event(s) not saving to local as expected. The user input for critical event(s) is an empty list of dictionaries...

{
ovc_cpims_id: OVC56, 
date_of_event: 2023-10-01, 
services: [{domain_id: c3434, service_id: CP22bHEGs}, 
                {domain_id: c3434, service_id: CP21HEGs}, 
                {domain_id: e7878, service_id: EP51STGs}, 
                {domain_id: e7878, service_id: EP52aSTGs}, 
                {domain_id: d5656, service_id: DP61SAGs}, 
                {domain_id: d5656, service_id: DP62SAGs}], 
critical_events: [ ]
}

Bug : If I select/add (as a user) a critical event(s) then it should contain selected data before calling Form1Service.saveFormLocal("form1b", formData):

e.g

{
ovc_cpims_id: OVC45, 
date_of_event: 2023-10-01, 
services: [{domain_id: c3434, service_id: CP22bHEGs}, 
                {domain_id: c3434, service_id: CP21HEGs}, 
                {domain_id: e7878, service_id: EP51STGs}, 
                {domain_id: e7878, service_id: EP52aSTGs}, 
                {domain_id: d5656, service_id: DP61SAGs}, 
                {domain_id: d5656, service_id: DP62SAGs}], 
critical_events: [{event_id: QW123, event_date: 2023-09-29},
                  {event_id: QWE345, event_date: 2023-09-29}, 
}

@samAricha

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.