Skip to content

Add data field for coordinating meeting + solidity features: emit & constructor()

dju requested to merge addDataField into master

Feature Merge Request

Related Issue

#153 (closed)

Description of Feature

contracts:

  • both assessors & assessee are allowed to store one string on the assessment contract. they can change it as often as they want, but not after the stage of the assessment is "committed"
  • latest solidity-features (emit- & constructor- keywords)

app:

  • a meeting point- field
  • button to submit data to the contract & overwrite that field, can be used by assessee only (assessor functionality will be added later on)
  • logic to hide edit-functionality behind a button (only visible by defualt if no meeting point set)

Screenshots, Code, Links

Screenshot_from_2018-05-04_17-06-23

What's Next?

Think about how this should be displayed in a nice manner. How do we enable assessors to leave data too?


Edited by dju

Merge request reports