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

Add a project-level milestones array #253

Closed
duncandewhurst opened this issue Dec 21, 2020 · 3 comments
Closed

Add a project-level milestones array #253

duncandewhurst opened this issue Dec 21, 2020 · 3 comments
Labels
schema This issue relates to the schema
Milestone

Comments

@duncandewhurst
Copy link
Contributor

To allow publishers to disclose key project dates for which there isn't a specific field in OC4IDS, e.g. the operation and maintenance end date discussed in #252

@duncandewhurst duncandewhurst added the schema This issue relates to the schema label Dec 21, 2020
@duncandewhurst
Copy link
Contributor Author

duncandewhurst commented Dec 21, 2020

SIF's SOURCE platform also includes the following project-level milestones which are not covered by explicit fields in OC4IDS:

  • Planning start (target and actual)
  • Planning end (target and actual)

ANZIP includes the following project-level milestones which are not covered by explicit fields in OC4IDS

  • Construction commencement (expected and actual)

@duncandewhurst
Copy link
Contributor Author

Example (shared in CRM-6710):

{
  "projects": [
    {
      "milestones": [
        {
          "id": "1",
          "title": "Operation and Maintenance Period End Date",
          "description": "The end of the technical operation, maintenance and/or provision of services relating to the infrastructure asset",
          "dueDate": "2030-03-14T17:00:00Z",
        },
        {
        }
      ]
    }
  ]
}

@jpmckinney
Copy link
Member

Closed by #426 (and again in #456)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema This issue relates to the schema
Projects
None yet
Development

No branches or pull requests

2 participants