Releases: MyDataTaiwan/mylog14
v0.5.0
MyLog14 v0.5.0 Release Note
Important
- You have to uninstall the previous release before installing this release because the App ID has been changed from the default ID to the correct one (
tw.mydata.mylog14
).
Issue fixes
New Features
-
Welcome/tour pages
-
EULA
-
Fab button style adjustment
-
"Record saved" UI adjustment
-
Can display metadata of photos
-
Can delete photos
Known issue
v0.4.2
MyLog14 v0.4.2 Release Note
New features
- Re-enable the SnapCapture button
Fixed issues
-
#28 [Bug Report] Recorded data is duplicated
-
#29 [Todo] Hide categorization button
-
#31 [Bug Report] Translation support is incomplete on daily detail page
-
#34 [Todo] Replace the default image alternative
-
Hide N/A body temperature records
Workaround issues
-
#30 [Bug Report] Temperature range is not compatible with Fahrenheit scale
-
#38 [Bug Report] Cannot display the last 2 records in daily-detail page
Known issues
v0.4.1
MyLog14 v0.4.1 Release note
Known issues
-
The upper-right button does not function
-
Duplicate data appear in the daily card (may disappear after reload the App)
-
Image button in the daily card shows nothing (because SnapCapture feature is not yet enabled)
-
The location show Numbers office if the location sensor is not enabled
-
[On some Android version] After adding new record, nothing appear in the Daily list (reload the App can fix)
-
[On some Android version] Cannot input Chinese in the symptom note
v0.4.0
MyLog14 v0.4.0 Release note
New Features
-
Automatically use the first record as the starting day of the countdown
-
Show countdown animation based on the day progress
-
Display the latest photo taken each day
-
Display the highest temperature of each day on overview and detail page
-
Show all presented symptoms on daily detail page
-
Show all symptoms for each record when clicking the expand arrow button
-
Show all photos taken on the day on daily detail page
-
Can add/save records with symptoms and notes
-
Remove unused buttons of Taiwan tab and put "Coming Soon" text
release-V0.4.1-alpha.1
v0.3.0
New Features
-
Show countdown animation on the daily view page
-
Show data cards based on stored records on the daily view page (no card if no record)
-
Click the data card to enter the daily detail page. On the daily detail page:
-
Show date, day and the "body temperature of the first record"
-
Show the map with the marker of the first record
-
Show the record lists
-
Can click the arrow button to view symptoms and notes (the notes are fake data)
-
-
After taking one or more photos, can navigate the category-pending page to see uncategorized photos
-
Click the left button to see the photo's location and reverse geocoding result, click any button to dismiss (image deletion is not implemented)
-
Click the right button to see the categorization menu
-
Known issues
-
The cancel/confirm buttons in the categorization menu prompt by clicking the right button on images from category pending page will not work, but you can click other places on the screen to dismiss it
-
Currently only "coughing" and "runny nose" records could be viewed on the daily detail page
v0.2.0
Release note v0.2.0
New features
-
Change UI and workflow to Wireframe v2.0.0 version
-
Snap capture (taking pictures & saving pictures with time/location stamp)
-
Display photos captured in未分類 (pending for categorization) page
WIP features
-
Body temperature chart implementation with mock data
-
Display embedded Google Map in category-location page
Temporary features (for test purpose; might be removed later)
-
Clicking on the photo shows the time/location stamp
-
The Google Map embedded view in category-location page will show the location of the latest photo if available
Code improvments
- Refactor project structure & components
v0.1.1
Changelog
-
Change the UI of the adding record page (entry point: right fab button) according to wireframe v1.0
-
Implement the basic functionality of the record page
-
A body temperature picker will prompt upon entering the page
-
The user can pick body temperature and click SAVE. The value will be shown on the body temperature row in the list
-
The user can modify the 體溫(body temperature) again by clicking the body temperature row in the list
-
The user can toggle the conditions
-
The user can click 清除(Clear) to set all value and toggles to default value
-
The user can click 送出(Submit) to save the record
-
The user can click the up fab button to view the JSON records. (This button should be removed in the next release)
-
TODO / Known issues
-
The body temperature range is based on the Celsius unit and it will not automatically change when the user selects Fahrenheit as the unit.
-
No proper error handling when acquiring the location data. If the device takes very long to get the location data or cannot get the location data, the user might be stuck on the loading prompt.
-
The current method of data storing is inadequate for large amounts of statistical data. We must move to an SQLite plugin or TypeORM later.