Hi - #102
Merged
Merged
Conversation
Users could reasonably expect a place added via "My places" to help other students, when it's actually private to their account and never goes through the GitHub review process. Add a one-line clarification to /contribute, /docs/contributing, and the My places panel itself. Closes StudentSuite#97
The prior file was generic boilerplate with no named reporting contact. Adopt the de facto OSS standard (Contributor Covenant v2.1) and name [email protected], consistent with the contact used elsewhere in the repo. Closes StudentSuite#95
data/CONTRIBUTING.md is now the single source of truth; README.md, CONTRIBUTING.md, and ARCHITECTURE.md link to it instead of restating the schema. Two of those restatements had already drifted to a stale 9-type list that no longer matches the actual dataset. Also add data/places.schema.json (a real JSON Schema mirroring src/lib/types.ts) and wire scripts/validate-places.mjs to derive its valid types, required fields, bounds, and gmaps_link pattern from it instead of a second hardcoded copy. Closes StudentSuite#94
Contributor
|
@yakew7 is attempting to deploy a commit to the studentsuite Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #97
Closes #94
Closes #95