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

Cicero UI -> Web Components #354

Closed
wants to merge 13 commits into from
Closed

Conversation

rutvi18
Copy link

@rutvi18 rutvi18 commented Mar 22, 2021

Closes #301

Changes

  • Added the image in the overview page
  • Updated the link in started-resources.md

Screenshots or Video

Screenshot (104)

Screenshot (105)_LI

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Merging to master from fork:Issue#301
  • Manual accessibility test performed
    • Keyboard-only access, including forms
    • Contrast at least WCAG Level A
    • Appropriate labels, alt text, and instructions


You can preview these components in [the project's storybook](https://ap-web-components.netlify.app/).

![Template-Studio-V2](/docs/assets/reference/tsv2.png)
Copy link
Contributor

Choose a reason for hiding this comment

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

Although I'm not a maintainer I apologize for commenting here but, do we need this image which is of template-studio-v2 (which is archived now)?
Link of this PR preview build : https://deploy-preview-354--accordproject-old.netlify.app/docs/next/ref-web-components-overview.html

Copy link
Author

Choose a reason for hiding this comment

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

Yeah..I need to update the image!!

Copy link
Member

Choose a reason for hiding this comment

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

I think we don't really need an image here at the moment, so this could be removed.

@jolanglinais jolanglinais linked an issue Mar 22, 2021 that may be closed by this pull request
### User Interface Components

- [Markdown Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-markdown-editor): a general purpose react component for markdown rendering and editing
- [Cicero UI](https://docs.accordproject.org/docs/ref-cicero-ui.html): a library of react components for visualizing, creating and editing Accord Project templates
Copy link
Member

Choose a reason for hiding this comment

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

"Cicero UI" does not exist anymore, so I think we want to remove this reference and expand on what currently exists in web-components

Copy link
Member

@jolanglinais jolanglinais left a comment

Choose a reason for hiding this comment

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

You'll want to ensure you provide a DCO sign-off for your commits using the --signoff option of git commit. This will require a rebase, in which you can reword your commit messages to follow the AP format

Copy link
Member

@jolanglinais jolanglinais left a comment

Choose a reason for hiding this comment

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

Can you remove docs/assets/reference/sb.png?

### User Interface Components

- [Markdown Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-markdown-editor): a general purpose react component for markdown rendering and editing
- [Contract Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-contract-editor):provides a rich-text content editor for contract text with embedded clauses.
Copy link
Member

Choose a reason for hiding this comment

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

Can you make this:

[Contract Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-contract-editor): a rich-text content editor for contract text with embedded clauses.

Copy link
Author

Choose a reason for hiding this comment

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

Do you mean to change the content or develop the page?

@rutvi18
Copy link
Author

rutvi18 commented Mar 29, 2021

Screenshot (107)
I am getting this error while signing off. Can u help me understand what can be the reason?

Signed-off-by: Aniruddha Shriwant <[email protected]>
Signed-off-by: My Name <[email protected]>
Copy link

@Cronus1007 Cronus1007 left a comment

Choose a reason for hiding this comment

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

@rutvi18 Here first of all make a git pull origin issue#301 and then use the command.It will work fine.

Aniruddha-Shriwant and others added 11 commits March 29, 2021 21:30
Signed-off-by: Aniruddha Shriwant <[email protected]>
Signed-off-by: My Name <[email protected]>
Signed-off-by : Rutvi Sharma <[email protected]>
Signed-off-by: My Name <[email protected]>
Signed-off-by: Rutvi Sharma <[email protected]>
Signed-off-by: My Name <[email protected]>
Signed-off-by: Rutvi Sharma <[email protected]>
Signed-off-by: My Name <[email protected]>
Signed-off-by: Rutvi Sharma
Signed-off-by: My Name <[email protected]>
Signed-off-by: Rutvi Sharma [email protected]
Signed-off-by: My Name <[email protected]>
Signed-off-by: My Name <[email protected]>
Signed-off-by: My Name <[email protected]>
@Aniruddha-Shriwant
Copy link
Contributor

Aniruddha-Shriwant commented Mar 29, 2021

Hey @rutvi18,
I was having the same DCO error before...I had tried this:
git commit --amend --signoff and and git push origin branchName --force this had worked for me, you can give it a try...
reference : https://stackoverflow.com/questions/13043357/git-sign-off-previous-commits

@jolanglinais
Copy link
Member

jolanglinais commented Mar 30, 2021

Since this change is really small, could you rebase the 26 commits down to 1 commit please? You can then also ensure you provide a DCO sign-off for your commits using the --signoff option of git commit, as well as rewording your commit messages to follow the AP format.

author My Name <[email protected]> 1617033576 +0530
committer My Name <[email protected]> 1617121228 +0530

parent e4a788b
author My Name <[email protected]> 1617033576 +0530
committer My Name <[email protected]> 1617121227 +0530

parent e4a788b
author My Name <[email protected]> 1617033576 +0530
committer My Name <[email protected]> 1617121224 +0530

changes_done

Signed-off-by: My Name <[email protected]>

Updated the started-resources.md

Signed-off-by : Rutvi Sharma <[email protected]>
Signed-off-by: My Name <[email protected]>

Updated the page

Signed-off-by: Rutvi Sharma <[email protected]>
Signed-off-by: My Name <[email protected]>

Updated picture

Signed-off-by: Rutvi Sharma
Signed-off-by: My Name <[email protected]>

image removed

Signed-off-by: My Name <[email protected]>

deleted the image

Update started-resources.md

Signed-off-by: My Name <[email protected]>
@jeromesimeon
Copy link
Member

@rutvi18 any update on this?

@mttrbrts mttrbrts closed this Nov 17, 2022
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.

Cicero UI -> Web Components
6 participants