We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the initial proposed structure for plan
{ plans: { data: [{ incidentType, jurisdictions, dates, activityCount, colorCode, }], meta: { total: 0, page: 0, }, selectedPlan: ObjectId, }, activities: { data: [{ description, dates, stakeholders, phase, taskCount, incidentType }], phases: { // phase name and corresponding activity count phaseName: activityCount } meta: { total: 0, page: 0, }, selectedActivity: ObjectId, }, tasks: { data: [{ description, dates, stakeholders, }], meta: { total: 0, page: 0 }, } }
The text was updated successfully, but these errors were encountered:
lykmapipo
No branches or pull requests
This is the initial proposed structure for plan
The text was updated successfully, but these errors were encountered: