mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 04:01:17 +01:00
updated readme and roadmap
This commit is contained in:
@@ -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
|
||||
|
||||
15
ROADMAP.md
15
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
|
||||
|
||||
Reference in New Issue
Block a user