You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #503 I removed image support from the Tasks module so we could refocus that module as a more "TODO-style" app, and in conjunction support images via a dedicated Observations Field Module. The idea for this go all the way back to @ludwa6's concept in #275, which sadly is over 2 years old at this point. I'm closing it now in favor of this more narrowly scoped issue.
I've pushed a branch, field-module-observations, that contains the last version of TasksEdit.vue prior to removing the "Images" section, as well as the old camModule.js, even though we're no longer using Vuex modules. Both files are in a separate package folder, field-module-observations, which can be the germ for a new module.
Initially, this will probably just be a reproduction of the UI from TasksEdit, but eventually I'd like to make improvements to make it easier and simpler to use. For instance, the original idea was to make a button on the Observations widget that immediately opened the camera to take a picture, to reduce the number of taps that were required. A similar option could be provided for audio observations.
The text was updated successfully, but these errors were encountered:
For instance, the original idea was to make a button on the Observations widget that immediately opened the camera to take a picture, to reduce the number of taps that were required. A similar option could be provided for audio observations.
I finally found the old Figma file where I sketched up this idea:
I changed the title of this issue to focus on a very basic UI for the Observations module, at least for the time being. I can basically just replicate the "Images" section of the old EditTask screen and that should be enough for now.
With #503 I removed image support from the Tasks module so we could refocus that module as a more "TODO-style" app, and in conjunction support images via a dedicated Observations Field Module. The idea for this go all the way back to @ludwa6's concept in #275, which sadly is over 2 years old at this point. I'm closing it now in favor of this more narrowly scoped issue.
I've pushed a branch,
field-module-observations
, that contains the last version ofTasksEdit.vue
prior to removing the "Images" section, as well as the oldcamModule.js
, even though we're no longer using Vuex modules. Both files are in a separate package folder,field-module-observations
, which can be the germ for a new module.Initially, this will probably just be a reproduction of the UI from
TasksEdit
, but eventually I'd like to make improvements to make it easier and simpler to use. For instance, the original idea was to make a button on the Observations widget that immediately opened the camera to take a picture, to reduce the number of taps that were required. A similar option could be provided for audio observations.The text was updated successfully, but these errors were encountered: