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

Add removing and adding of transition edges #76

Merged
merged 8 commits into from
Apr 9, 2024

Conversation

DOBEN
Copy link
Member

@DOBEN DOBEN commented Apr 4, 2024

Purpose

Addresses #75

To simplify the use of this demo. We want to enable productTeam to easily add themself as a privileged role into the state machine.

Changes

Smart contract changes:

  • Add functions to update (add and remove) state transition edges in the smart contract.

Front end changes:

  • Add front end page for transition edge management by admin.
  • Add link to hosted front end in Read.me file.
  • Display front-end version and link to source code in the nav bar.
  • Add /Fix eslint errors/warnings

@DOBEN DOBEN force-pushed the improve-state-machine-design branch from ccb7297 to c775f6f Compare April 8, 2024 12:36
@DOBEN DOBEN force-pushed the improve-state-machine-design branch from c775f6f to 76a1b09 Compare April 8, 2024 12:41
@DOBEN DOBEN requested review from Bargsteen and abizjak April 8, 2024 12:51
trackAndTrace/frontend/src/components/Explorer.tsx Outdated Show resolved Hide resolved
trackAndTrace/frontend/vite.config.ts Show resolved Hide resolved
trackAndTrace/smart-contract/src/lib.rs Outdated Show resolved Hide resolved
trackAndTrace/smart-contract/src/lib.rs Outdated Show resolved Hide resolved
trackAndTrace/smart-contract/src/lib.rs Outdated Show resolved Hide resolved
trackAndTrace/smart-contract/src/lib.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Bargsteen Bargsteen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Works as expected 🎉

@DOBEN DOBEN merged commit a83affc into main Apr 9, 2024
57 checks passed
@DOBEN DOBEN deleted the improve-state-machine-design branch April 9, 2024 08:55
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.

None yet

3 participants