deingithub / travelhook

relay checkins from travelynx to a discord channel
Other
3 stars 0 forks source link

journey edit command #15

Closed deingithub closed 9 months ago

deingithub commented 9 months ago

honestly not that necessary since you can just undo and (manually) readd but would be nice

deingithub commented 9 months ago

implement as separate field status_patch in the trips db then query for json_patch(trip.travelynx_status, trip.status_patch) instead of trip.travelynx_status so changes are both non-destructive and don't get overwritten on checkout also probably we should take input as TOML or similar and transform to json patch

deingithub commented 9 months ago

real