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

Expose an API for identifying ambiguous numbers #801

Open
Andrew-Dickinson opened this issue Jan 7, 2025 · 1 comment · May be fixed by #805
Open

Expose an API for identifying ambiguous numbers #801

Andrew-Dickinson opened this issue Jan 7, 2025 · 1 comment · May be fixed by #805
Labels
API Issues related to the API we expose for other applications enhancement New feature or request

Comments

@Andrew-Dickinson
Copy link
Member

Andrew-Dickinson commented Jan 7, 2025

Create an API that uses MeshDB data to take an integer parameter and identify if it corresponds to a network number or install number. e.g.

73 -> Neither
328 -> Install Number
238 -> Network Number
714 -> Network and Install Number (different place)
5916 -> Network and Install Number (same place)
12341 -> Install Number

Perhaps we should also give out the UUIDs of each of these objects?

@Andrew-Dickinson Andrew-Dickinson added enhancement New feature or request API Issues related to the API we expose for other applications labels Jan 7, 2025
@Andrew-Dickinson Andrew-Dickinson linked a pull request Jan 7, 2025 that will close this issue
@WillNilges
Copy link
Collaborator

WillNilges commented Jan 16, 2025

This sounds like a reasonable idea (esp returning the IDs of the involved objects), but just curious: What was the motivation for this ticket?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Issues related to the API we expose for other applications enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants