-
Notifications
You must be signed in to change notification settings - Fork 126
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
Feature Request: Edit details of a track #47
Comments
It is for sure a good feature to add. This new activity needs a UI design mockup before to start the implementation. |
When we re-designed the new tracklist we added the "Track Number" field under the Track Name, with the idea to place here (in the future) an optional user description of the track. We could add the possibility to add/edit this description into the Details Activity.
|
Any update on this? I really want to have the ability to mark the track with a description. For my use case, using the phone or user name in the name/description would also work. |
@trentonbrochill - We'll start soon to add a Dialog when the user finalize a Track (instead of an Activity screen), with the possibility to specify a Description (and maybe to correct the activity icon). This is one of the most requested features, We have in plan to implement it soon. |
These days we are working on the new bottom bar (issue #88), where the Stop button shows a dialog that manages the finalization of the track. The same dialog will be used on the Tracklist to edit the track details. |
Added an Edit button on Actionbar, that opens the Edit details dialog (commit 01c0900). The editing dialog is the same dialog as the one used for track finalization (except for the title). This could yet be a good initial implementation of the feature for now. |
The feature reached a good implementation level and it has been merged into the develop branch. At this time the implementation of the files management is done as follows: When a user exports a track, then he changes the description and export again, the app today leaves the old file into the GPSLogger folder. This means that the user will have 2 files of the same track into the folder, with 2 different descriptions. Furthermore, using the implemented method, the user could save different version of the same tracks (for example with and without EGM correction, or with different GPX standard), simply by changing the description of the track and exporting. Which way could be the best one? |
The feature has been implemented on v3.0.0. |
Would be great, if I could edit the details of a track, e.g. if a track is wrong categorized as "by car" Track.
Thanks in advance :-)
The text was updated successfully, but these errors were encountered: