mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 01:59:34 -05:00
Add an OrderBy field to the TaskComment struct with a query:"order_by" tag so that the frontend can request ascending or descending comment order. The value is validated to only accept "asc" or "desc", defaulting to "asc". Also adds the corresponding swagger @Param annotation.