CaveArnold / Sequence

Tracking Sequence feature requests.
0 stars 0 forks source link

Considerations for App Development #18

Closed CaveArnold closed 2 months ago

CaveArnold commented 5 months ago

My personal thoughts on developing a mobile app based on my personal experiences working on a small team of developers. This is not meant to be prescriptive. It is simply a collection of thoughts to consider that you may or may not have considered previously.

The first 90 percent of the code accounts for the first 90 percent of the development time. The remaining 10 percent of the code accounts for the other 90 percent of the development time.

-- Tom Cargill, Bell Labs

Android Widget and App examples using Google Tasks as a model:

Widget UI multiselect after clicking drop down to select various groups of tasks. This could be used for filtering rules in rules management by for example source or target account/pod/port. Screenshot_20240513-213030

This widget view could be used for Rule Activity showing the latest run rules at the top. Screenshot_20240513-212556

From the previous Rule Activity list once a rule is selected it could show the activity details the same as it does already in the right hand pane in the web version. Screenshot_20240513-212709

Here is an example contrived in Google Tasks to simulate a new rule addition or update. Screenshot_20240513-222344 Screenshot_20240513-222407 (1)

You can even borrow Googles schedule UI example Add Date/Time from Tasks shown here when setting a rule schedule. Screenshot_20240513-215710