Open Issues Need Help
View All on GitHubAI Summary: Integrate GNSS instruments into the existing system using Bluetooth communication and NMEA sentences. The GNSS instrument (likely Leica) will transmit data in the D96/TM coordinate system via LLQ NMEA sentences to a web application, mirroring the existing integration method for Total Stations.
AI Summary: Rename attributes of a data point received from a website. The current attributes are: Status, X, Y, Info, Date, Time, Oznaka, Opomba. The desired attributes are: Ime točke, X, Y, H, Time, Oznaka, Opomba. This involves renaming existing attributes and potentially handling any data migration or compatibility issues.
AI Summary: Zoom in on the first recorded point of a video to better show the work area. This is a follow-up to a previous issue, and it's unclear if the problem was already addressed.
AI Summary: Implement an autocomplete feature for adding codes/labels to map points. The autocomplete should suggest codes based on user input, updating the point's display and underlying data accordingly. The current attempt using an autocomplete field in the popup is failing with a `TypeError: e.getId is not a function`. The solution should ideally integrate the autocomplete into the point saving process, rather than just the popup display, to improve user experience and efficiency.