-
Notifications
You must be signed in to change notification settings - Fork 193
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
Update autodesk.md #1035
Update autodesk.md #1035
Conversation
case-studies/autodesk.md
Outdated
@@ -68,14 +68,14 @@ In addition to its flagship offerings like AutoCAD, Revit, Maya, and Fusion 360, | |||
|
|||
Autodesk Consulting provides support to customers to enable data-centric workflows, and integrating systems with custom app development leveraging Autodesk Platform Services. | |||
|
|||
Autodesk consults for construction companies that need a better way to move data and manage their projects in a way that is easily visible for customers to see the progress. Up until now they were just dumping data into excel files and sending them to their customers. | |||
Autodesk consults for a wide variety of companies that need a better way to move data and manage their digital project delivery in a way that is easily visible for al stakeholders to see the progress. Up until now, many relied on legacy, disconnected workflows using spreasheets or other 3rd party systems, disjoint form where the live project data is stored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a minor typo in this sentence. The word "form" should be corrected to "from":
- disjoint form where the live project data is stored.
+ disjoint from where the live project data is stored.
This small correction will improve the overall clarity of the paragraph.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
case-studies/autodesk.md
Outdated
|
||
- **Document Management**: This feature helps construction teams organize, store, and share important documents (e.g., blueprints, contracts, plans, [3D designs and 2D drawings data](https://tutorials.autodesk.io/tutorials/simple-viewer/)) efficiently. | ||
- **Document Management**: This feature helps construction teams organize, store, and share important documents (e.g., blueprints, contracts, plans, [3D designs and 2D drawings data](https://tutorials.autodesk.io/tutorials/simple-viewer/)) efficiently in a Common Data Environement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a minor typo in the word "Environment" at the end of this line. It's currently spelled as "Environement". Please correct it to "Environment" for accuracy.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
case-studies/autodesk.md
Outdated
@@ -116,8 +116,8 @@ Wrapping the React component in Reflex allowed us to catch and prevent common is | |||
Their team was able to leverage reusable high level components to build out UI with clean code including: | |||
|
|||
- A custom wrapped Treeview component to show the file directory | |||
- A wrapped ModelViewer React component to view CAD models | |||
- A table component to show the data | |||
- A wrapped ModelViewer React component to view and collaborate on 2D drawings and 3D models via Autodeks Platform Services Viewer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a minor typo in the word "Autodesk" within this line. It's currently spelled as "Autodeks". Please correct it to "Autodesk" to ensure accuracy in the documentation.
- A wrapped ModelViewer React component to view and collaborate on 2D drawings and 3D models via Autodeks Platform Services Viewer | |
- A wrapped ModelViewer React component to view and collaborate on 2D drawings and 3D models via Autodesk Platform Services Viewer |
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
case-studies/autodesk.md
Outdated
|
||
Failure to deliver the value and results that the customer is paying for in advance would lead to a loss of reputation and losing the customer. And as these contracts are on average in the range of \$3M - \$12M, there was a lot at stake. | ||
Failure to deliver the value and results as contract obligations could lead to court litigations, financial losses, damaged reputation and losing the customer. And as Consutling services are available for high-end customers in the context of Enterprise Business Agreements, there was a lot at stake. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word Consulting
is misspelled as Consutling
in this sentence. Please correct this typo to ensure accuracy and professionalism in the document. Given the importance of this case study, maintaining precise language is crucial.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
case-studies/autodesk.md
Outdated
``` | ||
|
||
* The ability to wrap their local react library which was a company requirement | ||
* The ability to wrap their local react library which was a company requirement and create resuable high-level components |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a minor typo in the word "reusable". Please correct the spelling from "resuable" to "reusable" in this line:
* The ability to wrap their local react library which was a company requirement and create resuable high-level components
This small correction will enhance the overall quality of the documentation.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
fixed a typo
No description provided.