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

Improves coordinate validation and context #47

Merged
merged 8 commits into from
Aug 6, 2024
Merged

Conversation

havok2063
Copy link
Contributor

This PR closes #34. It updates both the ConeSearch component and main Search form with improved coordinate validation. It now allows for both comma and whitespace separated RA, Dec fields. It also updates some of the help context and relaxes the coordinate / id validation rules on the search form. When the user starts typing in either the id or coord field, the other text-field is disabled.

It also switches to the more official json-bigint package, from json-big, which fixes some issues that occurred when writing tests.

@havok2063 havok2063 added the enhancement New feature or request label Aug 6, 2024
@havok2063 havok2063 self-assigned this Aug 6, 2024
@havok2063 havok2063 merged commit 5eea98d into main Aug 6, 2024
1 check passed
@havok2063 havok2063 deleted the improve_coords branch September 10, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make coordinates accept space or comma separators
1 participant