Skip to content

Conversation

@stefanorosanelli
Copy link
Member

@stefanorosanelli stefanorosanelli commented Jun 22, 2022

In this PR some changes have been introduced in modeling module:

  • object types can now be created, modified and removed
  • new custom properties can be created
  • relations can be created, modified and removed - also related types can be changed

Todo:

  • custom properties removal
  • handle hidden properties via UI (you can edit the hidden JSON attribute manually for now)
  • general UI/UX improvements

@codecov
Copy link

codecov bot commented Jun 22, 2022

Codecov Report

Merging #800 (5f425eb) into master (75c61b1) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #800      +/-   ##
============================================
+ Coverage     99.51%   99.52%   +0.01%     
- Complexity      928      941      +13     
============================================
  Files            72       72              
  Lines          3083     3150      +67     
============================================
+ Hits           3068     3135      +67     
  Misses           15       15              
Impacted Files Coverage Δ
src/View/Helper/PropertyHelper.php 100.00% <ø> (ø)
src/Controller/DashboardController.php 100.00% <100.00%> (ø)
src/Controller/Model/ModelBaseController.php 100.00% <100.00%> (ø)
src/Controller/Model/ObjectTypesController.php 97.50% <100.00%> (+1.66%) ⬆️
src/Controller/Model/RelationsController.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75c61b1...5f425eb. Read the comment docs.

@stefanorosanelli stefanorosanelli changed the title Feat/model update Modeling update Jun 24, 2022
@stefanorosanelli stefanorosanelli added the feature New feature or request label Jun 30, 2022
@stefanorosanelli stefanorosanelli added this to the 3.x milestone Jun 30, 2022
@stefanorosanelli stefanorosanelli marked this pull request as ready for review June 30, 2022 10:07
@didoda didoda merged commit 3353250 into bedita:master Jun 30, 2022
@didoda didoda deleted the feat/model-update branch June 30, 2022 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants