Topic | Description |
---|---|
Overview | The use of complex language in contracts and legal text makes them difficult to understand, particularly for individuals with cognitive disabilities. |
Challenge | Organize a well-rounded team that will develop a generic solution to simplify the language used in contracts, improve their overall clarity and accessibility, and make them easier to find and understand. This solution should be flexible enough to be deployed in any infrastructure. |
Challenge 2 offers one event track.
Track | Description | Key Submission Artifacts | Required Skills |
---|---|---|---|
Hack the Code | Develop a generic solution that can be deployed in any kind of infrastructure to make contracts easier to understand by simplifying the language used and making the constraints within the contract more easily discoverable. You can optionally use the Design Thinking methodology and the AXA Computable Contracts API to accomplish this. | Link to a Visual Collaboration Software Board (Mural), Use case story, Journey map, basic research and user testing results, 2-min Concept Playback Pitch Video, 2-min Demo code Video | Teams shoud ideally include mixed profiles. Usefull skills unclude: Creativity, Design Thinking, UX Research & Design, Accessibility, Coding, UML |
-
Open the locally cloned repository on your Development Workstation using your favorite IDE (i.e. Visual Studio Code, Atom).
-
Copy the appropriate
sample code
to prime your project workspace within thehackproject
folder.$ cd <REPO_FOLDER> $ cp -Rv ./challenges/common/* ./hackproject/ $ cp -Rv ./challenges/challenge2/* ./hackproject/ $ rm -f ./hackproject/setup.md $ rm -f ./hackproject/.gitkeep
where:
- REPO_FOLDER: Name of the local project folder on your Development Workstation after cloning the
Team Workspace
repository.
- REPO_FOLDER: Name of the local project folder on your Development Workstation after cloning the
-
Move
README.md
to thearchive
folder. Rename it toORIGINAL_INSTRUCTIONS.md
.$ mv -fv ./README.md ./archive/ORIGINAL_INSTRUCTIONS.md
-
✏️ Rename
SUBMISSION_README.md
toREADME.md
$ mv -fv ./SUBMISSION_README.md ./README.md
-
📝 Update the new
README.md
according to the Template Instructions there in. -
👀 Read the use cases overview to inspire you.
-
👀 Read the AXA Computable Contracts API documentation and check the example policies 🔖
-
✨ Have fun coding your solution with your Team ✨
During the event publish all work to the Team Workspace. Follow these submission instructions prior to finalizing the team's project submission.