mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
updated roadmap
This commit is contained in:
38
ROADMAP.md
38
ROADMAP.md
@@ -14,35 +14,36 @@
|
||||
|
||||
### Functionality:
|
||||
|
||||
- Create Tables (Primary collections)
|
||||
- Create columns (fields)
|
||||
- Create Tables (Primary collections) ✅
|
||||
- Create columns (fields) ✅
|
||||
- Create rows(documents)
|
||||
- Edit cells
|
||||
- Authenicate ✅
|
||||
- Delete rows ✅
|
||||
|
||||
## MVP
|
||||
|
||||
### additional fields:
|
||||
|
||||
- tags(array of strings)
|
||||
- single select(string)
|
||||
- [https://material-ui.com/components/chips/#chip-array]Multiple select(array of strings)
|
||||
- date(Firebase timestamp)
|
||||
- time(Firebase timestamp)
|
||||
- index(number)
|
||||
- file(firebase storage url string)
|
||||
- [https://material-ui.com/components/chips/#chip-array]Multiple select(array of strings)
|
||||
- image(firebase storage url string)
|
||||
- reference(DocRefrence)
|
||||
- single select reference(DocRefrence)
|
||||
- mulit select reference(DocRefrence)
|
||||
- [https://material-ui.com/components/rating/]rating(number)
|
||||
|
||||
### Functionality:
|
||||
|
||||
- Hide/show columns
|
||||
- Delete columns
|
||||
- Delete rows
|
||||
- Edit columns
|
||||
- Delete tables
|
||||
- Filters:
|
||||
- equals to
|
||||
- Starts with
|
||||
- contains
|
||||
- Edit tables
|
||||
- Hide tables
|
||||
- Fixed column
|
||||
|
||||
## V1
|
||||
|
||||
@@ -60,3 +61,18 @@
|
||||
- Subcollection tables
|
||||
- Permissions
|
||||
- Duplicate columns
|
||||
- Filters:
|
||||
- equals to
|
||||
- Starts with
|
||||
- contains
|
||||
- Export tables to csv
|
||||
|
||||
# V+
|
||||
|
||||
### Additional Fields:
|
||||
|
||||
- index(number)
|
||||
|
||||
### Functionality:
|
||||
|
||||
- import csv to table
|
||||
|
||||
Reference in New Issue
Block a user