Skip to content

Commit

Permalink
Update README.md - add Roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
aivuk authored Aug 18, 2023
1 parent 74abb83 commit 71980ea
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ This first release has only data for one co, for now, the data is **only for Ita

Also in this initial release we have a web version and an Android app, also available in English and Italian.

## Work in progress
## Roadmap

We are already planning to add other countries or regions' databases, such as Portugal and France.
We are also working on improving the search range to include synonyms. For instance, 'plums' are also called 'prunes'.

The release for iOS is something we are also planning on doing until the end of the year.
* 🌎 Add more countries: we will make it possible to select which country do you want to see the fruits and vegetables in season.
* πŸ“Œ Add more local data: we are looking for more local datasets, to make it possible to search for even more local fruits and vegetables in season. Think about searching for seasonal food in South France or in a province, like Liguria in Italy.
* πŸ“Š Create new ways of visualizing the food in season information, with full year diagrams.
* πŸ‡ πŸ‰ πŸ‘ πŸ₯ πŸ’ Make it possible to select a group of fruits and vegetables and see all of them in a calendar.
* πŸ” Add synonyms or variant names. Some fruits and vegetables have more than one name, depending of the country's region.
*πŸ›’Create a public dataset with all the information that we are gathering.
* 🍎 Release IOS version.
* Write it in [Svelte](https://svelte.dev/)!

### Data sources
Source of data for fruits and vegetables from [Slow Food Italy](https://www.slowfood.it/guide-al-consumo/) [Compsumption Guide](https://www.slowfood.it/wp-content/uploads/blu_facebook_uploads/2014/09/ita_guida_consumo_b.pdf)
Expand All @@ -41,4 +45,4 @@ There is a online web version[here](https://fuzue.tech/seasonalfood/). The homep
First you do need to have Android SDK and Android Studio installed. After that you can open the project in Android Studio with:

1. npm run build-app
2. ANDROID_SDK=the-path-top-android-sdk CAPACITOR_ANDROID_STUDIO_PATH=the-path-to-android-studio/bin/studio.sh npm run run-app-android
2. ANDROID_SDK=the-path-top-android-sdk CAPACITOR_ANDROID_STUDIO_PATH=the-path-to-android-studio/bin/studio.sh npm run run-app-android

0 comments on commit 71980ea

Please sign in to comment.