Skip to content

Commit 5fce357

Browse files
authored
pre-release v2.0.0 (#235)
Update ROADMAP.md
1 parent b37929f commit 5fce357

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/ROADMAP.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here is some information about our structure and terminology.
66

77
- [**General Features**](#general-features): In this section, we have listed all the features, that are relevant for the whole Entirety app, e. g. design style, user management, etc.
88

9-
- [**App-Specific Features**](#app-specific-features): In this section, we have sorted the features based on the relevant sub-apps. The planned features for devices processing, for example, will be placed under [Devices App](#devices-app).
9+
- [**App-Specific Features**](#app-specific-features): In this section, we have sorted the features based on the relevant sub-apps. For example, the planned features for devices processing, will be placed under [Devices App](#devices-app).
1010
- Legend:
1111
- x = planned
1212
- o = ongoing
@@ -44,16 +44,16 @@ Depending on the necessity, difficulty, and our internal capacity, the features
4444
|--------------------|--------------------------------------------------------------------------------------------|-------------|-----------|
4545
| Batch Create | User can create multiple entities with similar entity attributes. | ✓ | |
4646
| Batch Delete | User can delete multiple selected entities with a special view for all the associations. | ✓ | |
47-
| Data Model Support | Allow user to create entities based on the predefined data model from the `Data Model App` | o | |
48-
| Change of Relationships | Currently, FiLiP prevents us from updating a relationship attribute. In order to adjust relationships this needs to be fixed or another function of FiLiP needs to be used. | | x |
47+
| Data Model Support | Allow user to create entities based on the predefined data model from the `Data Model App` | ✓ | |
48+
| Change of Relationships | Currently, FiLiP prevents us from updating a relationship attribute. In order to adjust relationships this needs to be fixed or another function of FiLiP needs to be used. | | ✓ |
4949

5050
### Notifications App
5151

5252
| Short Name | Descriptions | Short-Term | Long-Term |
5353
|--------------------------------|-------------------------------------------------------------|-------------|-----------|
5454
| Expression builder | Expressions can be created from the app. | o | |
5555
| Auto-load available attributes | Load available attributes on matching entities. | ✓ | |
56-
| Load Subscriptions | Synchronize existing subscriptions with the context broker. | | x |
56+
| Load Subscriptions | Synchronize existing subscriptions with the context broker. | ✓ | |
5757

5858
### Devices App
5959

@@ -63,13 +63,13 @@ Depending on the necessity, difficulty, and our internal capacity, the features
6363
| Batch Delete | User can delete the devices matching the filter, or delete multiple selected devices. | ✓ | |
6464
| Multi-Entity Support | User can use the Multi-Entity feature as described [here](https://iotagent-node-lib.readthedocs.io/en/latest/advanced-topics.html#multientity-plugin-multientity). | | x |
6565
| Service Group CRUD | CRUD operations of service group | ✓ | |
66-
| Data Model Support | Allow user to create entities based on the predefined data model from the `Data Model App` | o | |
66+
| Data Model Support | Allow user to create entities based on the predefined data model from the `Data Model App` | ✓ | |
6767

6868
### Data Model App
6969

7070
| Short Name | Descriptions | Short-Term | Long-Term |
7171
|----------------------|----------------------------------------------------------|------------|-----------|
72-
| JSON-Schema Support | Allow users to work with data model based on JSON-Schema. | o | |
72+
| JSON-Schema Support | Allow users to work with data model based on JSON-Schema. | ✓ | |
7373
| Brick-Schema Support | Allow users to import data model based on Brick-Schema | | x |
7474

7575

0 commit comments

Comments
 (0)