-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redesign and rewrite of MDMS #76
Comments
Hello @sathishp-eGov , Please ensure that the following fields are filled out
You can find here description of what needs to be added in corresponding fields. Here are sample tickets for reference. |
Hey @sathishp-eGov, thanks for detailing it out, can you please also add the |
@sathishp-eGov I am pretty much interested in this project and would like to submit a proposal for the same. |
Hi, I'm interested in this project. It would be great to work on this project and bring in more creativeness and innovation to the idea. |
I am ready to work |
Hey i want to collaborate |
DIGIT is an open source service delivery platform on which several government and private sector organisations build solutions e.g. National Urban Digital Mission leverages DIGIT for National Urban Governance Platform (UPYOG) - 28+ States have signed up to roll out UPYOG to all their urban local bodies. This will help deliver services like Property Tax, Public Grievances, Water DIGIT is an open source service delivery platform on which several government and private sector organisations build solutions e.g. National Urban Digital Mission leverages DIGIT for National Urban Governance Platform (UPYOG) - 28+ States have signed up to roll out UPYOG to all their urban local bodies. This will help deliver services like Property Tax, Public Grievances, Water Connection, Birth/Death Certificate etc. to all citizens. Odisha is rolling out Sanitation Services built on DIGIT across all their urban local bodies. Punjab is rolling out Revenue and Expenditure Management System on DIGIT for all rural drinking water projects.
DIGIT Core consists of 25+ microservices. One of the microservices MDMS helps manage master data that are used by services built on DIGIT. Currently the master data is stored as JSON files in GitHub. This makes it difficult for business users to update master data. This project is to design an upgrade for MDMS to make it easily configurable.
Features to be implemented -
. Each record will have three mandatory fields tenantId, moduleName and masterName.
. For one master there can have multiple records, for different modules and tenants.
Learning path, project setup and development details -
DIGIT Platform - Principles, Architecture, Technology, Specifications etc.
DIGIT Developer's Guide - Local Setup, Project Setup, Integration with Core Services etc.
API Do's and Don'ts
Acceptance Criteria -
All APIs of Performance management service should be functional.
The code should be modular with proper separation of concerns and compliant with the code quality we maintain in DIGIT.
All queries to extract performance metrics should return correct data for the selected timeframe.
The text was updated successfully, but these errors were encountered: