-
Notifications
You must be signed in to change notification settings - Fork 0
fix: add ATK to home, a FAQs section, and few other fixes #275
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
Conversation
Reviewer's Guide by SourceryThis pull request includes several documentation updates, including a comprehensive overhaul of the 'Private Blockchains' documentation, updates to the sitemap, a more detailed 'GDPR Compliance' guide, and the addition of a FAQs section. It also includes minor fixes such as title casing corrections and the addition of new abbreviations. Updated class diagram for GDPR complianceclassDiagram
class DataController {
+determinePurpose()
+determineMeans()
}
class DataProcessor {
+processData()
}
class User {
+grantConsent()
+withdrawConsent()
+manageConsent()
}
class Blockchain {
+storeData()
+storeHashes()
+enforcePermissions()
}
DataController -- DataProcessor : delegates to
User -- Blockchain : interacts with
Blockchain ..> DataController : controlled by
note for Blockchain "Stores data and enforces permissions"
note for User "Can grant, withdraw, or manage consent"
note for DataController "Determines the purpose and means of processing"
note for DataProcessor "Processes data on behalf of the data controller"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @gyan-sharma - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 2 issues found
- 🟢 Security: all looks good
- 🟢 Review instructions: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
</div> | ||
<div style={{ flex: '1' }}> | ||
|
||
SettleMint Application Kits are designed to dramatically accelerate the |
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.
issue (typo): Typographical errors detected in the new Application Kits section.
Correct 'inlculding' to 'including' and 'contrcats' to 'contracts' to ensure clarity and professionalism.
@@ -6,8 +6,13 @@ For all your running services in a blockchain application, a set of monitoring | |||
tools is available to gain insights into the health and performance of those | |||
services. | |||
|
|||
 |
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.
issue (typo): Typo in the image alt text: 'Platfrom' should be 'Platform'.
Suggested implementation:


fix: add ATK to home, a FAQs section, and few other fixes
Summary by Sourcery
Add ATK to home, create a FAQs section, and make various documentation improvements across the platform
New Features:
Enhancements:
Documentation: