Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

Date: 16.03.2023

Objective: Weekly space for deep dive topics

Participants: (kindly only add your own names, not those of other participants)

Topic Proposals:

  • Best practices for openIMIS customization

Presentations / Attachments

  File Modified
You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
No files shared here yet.
  • Drag and drop to upload or browse for files
  • Minutes

    • experiences from Cameron implementation project. Some developments were done as modification of the existing models, so need to detail how these can be done properly

      • Inspiration

      • Frontend (React)

        • the various forms expose contribution points that additional modules can inject their own components

        • some forms might not have the contribution part already available, it is great to add them or fix them (Blsq just did fix a ClaimForm contribution point)

        • idea: build a form mask to know if the fields are displayed or not

          • to be used in future workflow functionality

      • Backend

        • use managed tables

        • extend by using json_ext, table fields or dedicated table

        • how can we extend GraphQL objects ? Adding new mutations and queries is fine, just define them in schema.py in your own module and it’ll be included. Overriding GQLType objects to add fields might

      • Dragos and Damian to train developers in Tanzania next week

        • inspiration for future video tutorials

      • We should probably dedicate a Wiki section for developer onboarding, examples and troubleshooting

    Questions


    Additional Resources

    • No labels