Skip to content

Commit 2740b19

Browse files
authored
new release
release v2.0.0
2 parents a17c29f + 5fce357 commit 2740b19

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Release
3+
about: Prepare for a release
4+
title: Release vx.x.x
5+
labels: release
6+
assignees: ''
7+
8+
---
9+
10+
**Release Version**
11+
Specify the version number for the release (e.g., v2.2.1):
12+
13+
**What is changed?**
14+
TODO: please at least copy the release note here, afterwards
15+
16+
**Checklist**
17+
- [ ] Create a branch under this issue
18+
- [ ] Update roadmap
19+
- [ ] Merge this brach to development
20+
- [ ] Delete main branch protection rule
21+
- [ ] Merge development to main with the type "merge commit", with the commit message **"new release"** ONLY
22+
- [ ] Semantic Release Action will create a new tag, generate release note and publish the release automatically
23+
- [ ] After verification recreate main branch protection rule (require PR and at least one reviewer)

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)