Skip to content
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

Create new Descriptive Fields Module called Lessons Learned for WorkflowLevel2 #956

Open
glind opened this issue Jan 19, 2018 · 0 comments

Comments

@glind
Copy link
Member

glind commented Jan 19, 2018

Add the following fields to the module and releate it back to WorkflowLevel2:

justification_background = models.TextField("General Background and Problem Statement", blank=True, null=True)
risks_assumptions = models.TextField("Risks and Assumptions", blank=True, null=True)
description_of_government_involvement = models.TextField(blank=True, null=True)
description_of_community_involvement = models.TextField(blank=True, null=True)
community_handover = models.BooleanField("CommunityHandover/Sustainability Maintenance Plan", help_text='Check box if it was completed', default=False)
capacity_built = models.TextField("Describe how sustainability was ensured for this project?", max_length=755, blank=True, null=True)
quality_assured = models.TextField("How was quality assured for this project", max_length=755, blank=True, null=True)
issues_and_challenges = models.TextField("List any issues or challenges faced (include reasons for delays)", blank=True, null=True)
lessons_learned = models.TextField("Lessons learned", blank=True, null=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant