accordproject / cicero-word-add-in-deprecated

Microsoft Word add-in for the Accord Project
Apache License 2.0
17 stars 13 forks source link

Add UI for showing a list of smart clauses added by the user #119

Open nik72619c opened 4 years ago

nik72619c commented 4 years ago

Description

We can add functionality for showing the user a list of smart clauses that he/she has added to the word document. After this UI is made, I would also start with other functionalities that I have in mind incrementally.

We can start with a basic user interface first.

DianaLease commented 4 years ago

Hi @nik72619c! This idea sounds great. I think we'll want to keep this pretty simple for now. When a user adds a clause, we can keep track of it in the state and render those added clauses in a list.

@Michael-Grover might be able to give insight into how this might look.

jeromesimeon commented 4 years ago

Would this be similar to the "contract outline" we used to have on template studio v2?

DianaLease commented 4 years ago

Good thought @jeromesimeon . @nik72619c, you might be able to import the Navigation component from cicero-ui and see if that can serve this purpose. https://github.com/accordproject/cicero-ui/tree/master/src/Navigation