From 8d493a680b2bdad6f574de23355ed0a515893fe7 Mon Sep 17 00:00:00 2001 From: Shams mosowi Date: Mon, 10 Feb 2020 16:35:59 +1100 Subject: [PATCH] updated readme and roadmap --- README.md | 2 +- ROADMAP.md | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 83902b8f..54301b76 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ yarn - Set cloud environment keys for Algolia ``` -firebase functions:config:set algolia.appid=YOUR_APP_ID algolia.apikey=ADMIN_API_KEY +firebase functions:config:set algolia.app=YOUR_APP_ID algolia.key=ADMIN_API_KEY ``` - Deploy the Cloud Functions to your Firebase project diff --git a/ROADMAP.md b/ROADMAP.md index 593aca2c..12136e56 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -51,28 +51,29 @@ ### additional fields: +- json ✅ - file (multi) ✅ - image (multi) ✅ - Percentage(number) - Slider(number) -- Table(Document[]) -- Rich Text(html string) +- Table(Document[])✅ +- Rich Text(html string))✅ - Callable buttons ### Functionality: -- Sort rows +- Sort rows ✅ - reorder columns✅ - Auto suggest columns based of existing docs - Locked columns - Table view only mode -- SubCollection tables +- SubCollection tables ✅ - Permissions - Duplicate columns -- Filter columns: - - equals to +- Filter columns:✅ + - equals to✅ - Starts with - - contains + - contains✅ - Export tables to csv✅ - Make a toggle switch to allow single/multi - Image