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

schema/: merge Project and Location extensions #1684

Merged
merged 19 commits into from
Jun 28, 2024

Conversation

odscjen
Copy link
Contributor

@odscjen odscjen commented Apr 3, 2024

closes #1484

was unable to run manage.py, got the following error

Exception: project is multilingual at planning/budget/project, but not at planning/project

which I think is because planning/budget/project is a string field and planning/project is an object.

@odscjen
Copy link
Contributor Author

odscjen commented Apr 3, 2024

@jpmckinney does an exception need to be added to manage.py to allow planning.project to be nonmultilingual?

@jpmckinney
Copy link
Member

@jpmckinney does an exception need to be added to manage.py to allow planning.project to be nonmultilingual?

I'll make the necessary changes once the PR is ready for review.

@odscjen odscjen marked this pull request as ready for review April 12, 2024 08:27
@odscjen odscjen requested a review from jpmckinney April 12, 2024 08:27
@odscjen
Copy link
Contributor Author

odscjen commented Apr 12, 2024

Thanks @jpmckinney this is ready for review now

@odscjen
Copy link
Contributor Author

odscjen commented Jun 27, 2024

spell check false positive, picking up on "sme"

… but not coordinates. ci: Allow SME acronyms.
- Merge reference.md content into schema.
- Copy-edit Project and Location subschema.
- Copy-edit Location codelists. Remove normative word imported from RFC 7946.
- Use classification scheme example that conforms to guidance.
- Use "datasets" not "data sets" per style guide.
…"as it appears in a budget", then we don't need to furthermore refer to a registry.
Copy link
Member

@jpmckinney jpmckinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made several changes. Please review. Mainly:

  • Put information in the schema (which we know people read) rather than the docs (which we know people read less frequently).
  • Tell people what to do, rather than tell them what not to do. This meant making budget.projectID clearer.
  • Remove sentences that didn't have a lot of content.
  • Don't repeat GeoJSON norms.

schema/release-schema.json Outdated Show resolved Hide resolved
@odscjen
Copy link
Contributor Author

odscjen commented Jun 28, 2024

1 small typo that I've just gone ahead and corrected. Otherwise all changes look good

@odscjen odscjen merged commit 9be1ae0 into 1.2-dev Jun 28, 2024
10 checks passed
@odscjen odscjen deleted the 1484-merge-project-and-location branch June 28, 2024 08:46
@jpmckinney
Copy link
Member

I'm not sure that was a typo? We typically talk about a projects register (register of projects) not an (individual) "project's register".

@odscjen
Copy link
Contributor Author

odscjen commented Jul 3, 2024

oops, sorry I'd misread the sentence! I'll do a quick PR to undo that change rather than trying to rollback seeing as the branch has already been deleted

@odscjen
Copy link
Contributor Author

odscjen commented Jul 3, 2024

ah I see you've fixed that elsewhere, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants