PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
202 stars 195 forks source link

Feature Request - Add ability to edit flight name and description #136

Open deksprime opened 6 years ago

deksprime commented 6 years ago

Changing the flight name and description might be a very useful addition to the flight review functionality. After the log has been uploaded the logs are visually inspected by the uploader and the resulting insights are currently not being annotated within the log page. I think this might be useful for both the uploader and the general database of the flight review.

bkueng commented 5 years ago

I agree this would be very useful. However the best way to do that and to avoid arbitrary edits is to have user logins, which is a bigger topic.

deksprime commented 5 years ago

Oh... That's correct, anyone shouldn't be able to edit so I guess this feature is waiting on the user login function implementation.