Skip to content

Commit

Permalink
add qna
Browse files Browse the repository at this point in the history
  • Loading branch information
abertschi committed Apr 2, 2023
1 parent a4c784f commit 6c6ff4b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.7+7 (work in progress)
## 1.0.7+7
- Add option to import and export data.
- Add default group for future group support feature.
- Camera no longer creates temporary files but stores plants to app directory.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Alternatively, download snapshots from the [continuous integration action](https
### Changelog
See [./CHANGELOG](./CHANGELOG) for a list of recent features.

### Need Help?
See troupbleshooting guide for a list of common QnAs.

### Build
This is a flutter based Android application. Ensure to have Android-Studio and flutter-sdk installed.
```
Expand Down
14 changes: 14 additions & 0 deletions qna.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# QnA for water_me

## Q: I want to create a backup
A: Starting from version 7, water_me includes a backup feature.
In the plant overview view, select Export/ Import Plants:

A json is created and stored to:

```
/storage/emulated/0/Android/data/ch.abertschi.waterme.water_me/files/water_me.json
```

Upon import, the current data is backuped to file `water_me.backup.json` in the same directory.
Pictures created with version 7 or later are stored in the same directory as well.

0 comments on commit 6c6ff4b

Please sign in to comment.