cicero-word-add-in-deprecated icon indicating copy to clipboard operation
cicero-word-add-in-deprecated copied to clipboard

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

Open nik72619c opened this issue 5 years ago • 3 comments

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.

nik72619c avatar Apr 07 '20 17:04 nik72619c

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.

DianaLease avatar Apr 07 '20 20:04 DianaLease

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

jeromesimeon avatar Apr 07 '20 20:04 jeromesimeon

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

DianaLease avatar Apr 07 '20 20:04 DianaLease