-
Notifications
You must be signed in to change notification settings - Fork 0
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
response to multiple section selections is inconsistent #77
Comments
@fgregg can you take a look at my above comment and let me know if you have any good ideas to solve this? |
what about simply renaming sections to be like {township}-{range}-{section}. if we felt like the longer names messed up the UI, we could process them to only show the section bit in the ui |
@fgregg that's a good idea. would we need to rename these sections in the database, or just rename them on the fly? i'm leaning toward the first option, which would require us to change the data in the database and then reindex, then figure out how to work with them in the searching / UI. |
yeah, it think renaming them in the db. |
@fgregg actually, I don't think we can rename the sections like that because the sections field are an Since a section can be a range of integers, I'm not sure how we can create a range of concatenated There might be a way to solve all of this in the javascript logic for the map but not sure yet — I'm still figuring out the code so I'll let you know. |
@smcalilly double check this isn't a bug with the list view. potential solution: limit the ability to search / enforce requirements. @jim-z to think more about that. |
When selecting multiple "sections" results to not match actual sections clicked.
When selecting a "section" in area 22 (RED) a section in area 23 is highlighted (result in GREEN)
The text was updated successfully, but these errors were encountered: