Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

semantic table change pt2 #3018

Merged
merged 13 commits into from
Mar 19, 2024
Merged

semantic table change pt2 #3018

merged 13 commits into from
Mar 19, 2024

Conversation

blanchco
Copy link
Contributor

@blanchco blanchco commented Mar 15, 2024

Description

*tables are now based off model

Screen.Recording.2024-03-18.at.4.21.48.PM.mov

Follows this schema whether a field is editable or not:

Model

Symbol
Name -> Editable
Description -> Editable
Concept -> Editable
Unit ->Editable
Value Type -> Editable
Value -> Editable
Source->Editable

Model Configuration

Symbol
Name
Description
Concept
Unit -> Editable
Value Type -> Editable
Value-> Editable
Source-> Editable

Resolves #(issue)

@blanchco blanchco self-assigned this Mar 15, 2024
@mwdchang
Copy link
Member

This has massive overlap with my changes and not exactly compatible, we should sync up.

@blanchco
Copy link
Contributor Author

This has massive overlap with my changes and not exactly compatible, we should sync up.

Ya let's sync up Monday, just a general summary is that I'm switching to use model instead of model config as a prop since these need to be used in the model table. Hope it isn't too bad!

@blanchco blanchco marked this pull request as ready for review March 18, 2024 20:23
@blanchco blanchco linked an issue Mar 19, 2024 that may be closed by this pull request
@blanchco blanchco merged commit 390e4e1 into main Mar 19, 2024
5 checks passed
@blanchco blanchco deleted the semantic-table-change-pt2 branch March 19, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do the same for PetriNET model
3 participants