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

[docs] added docs interactive tutorials service #205

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

khannanov-nil
Copy link
Collaborator

This diff adds a simple backend for the interactive tutorials service.

  • The backend collects user's RPC addresses and hashes them
  • Hashes are stored in the DB along with the user's progress in the tutorials
  • Basic CRUD operations are needed to track progress or delete it when requested

@@ -15,7 +15,7 @@
"--fast"
],
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
"editor.defaultFormatter": "vscode.typescript-language-features"
Copy link
Member

Choose a reason for hiding this comment

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

this change is unnecessary

"start": "next start -p 8093",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"lint:jsdoc": "eslint ."
Copy link
Member

Choose a reason for hiding this comment

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

is this really lint of jsodc? looks like it is a basic nextjs eslint setup.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fair enough, renamed

Copy link
Member

@ukorvl ukorvl left a comment

Choose a reason for hiding this comment

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

LGTM

hash update

added README

gitignore update

deleted next

[docs] added backend for interactive tutorials service

hash update

added README

gitignore update

deleted next

addressed latest comments

fixes

hash fix
Merged via the queue into main with commit c366d4f Feb 10, 2025
13 checks passed
@khannanov-nil khannanov-nil deleted the docs-interactive-tutorials-service branch February 10, 2025 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants