From 71980ea2fd526241e575d6eb4c7ff78aa89d33e3 Mon Sep 17 00:00:00 2001 From: "Edgar Z. Alvarenga" Date: Fri, 18 Aug 2023 10:55:36 +0200 Subject: [PATCH] Update README.md - add Roadmap --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 664595d..0f043d6 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 \ No newline at end of file +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