4 Open Issues Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub
Integracija GNSS about 2 months ago

AI 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.

Complexity: 3/5
help wanted

JavaScript
Plan in 1. manjša naloga about 2 months ago

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.

Complexity: 2/5
help wanted

JavaScript
2. majhna naloga about 2 months ago

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.

Complexity: 2/5
help wanted

JavaScript

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.

Complexity: 4/5
help wanted question

JavaScript