nusmodifications / nusmodifications/nusmods
Venue data update for S16-0207
Open
Beginner friendly
Nobody has claimed this yet.
venue data
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 364
- Avg merge
- 7h 5m
- Merged PRs (30d)
- 14
Description
- Room Name: S16-02-07
- Floor: 2
- Location: 1.2967909719264816, 103.7804013490677
Current version:
{
"roomName": "S16-02-07",
"floor": 2,
"location": {
"x": 103.77410531044008,
"y": 1.2965532102941577
}
}
Update proposed:
"S16-0207": {
"roomName": "S16-02-07",
"floor": 2,
"location": {
"x": 103.7804013490677,
"y": 1.2967909719264816
}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the venue data entry keyed S16-0207 and compare it with the issue's current and proposed JSON. Update the location coordinates while keeping the room name and floor unchanged; done means the entry matches the proposed values and the venue data remains valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 75/100