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

Project Creation Feature Implementation #31

Open
wants to merge 38 commits into
base: develop
Choose a base branch
from

Conversation

denkravchu
Copy link
Collaborator

@denkravchu denkravchu commented Dec 31, 2024

Issue

As an admin, it should be possible to create, edit and delete projects by broadcasting a document to the Dash Platform chain. This feature aligns with the design specifications outlined in issue [#28].

Screenshot 2025-01-16 at 11 13 03 AM Screenshot 2025-01-16 at 11 13 20 AM

Summary of Changes

Admin-Specific Project Creation

  • A button for project creation, only visible to authenticated admins.
  • Admin verification is based on a hardcoded Identity identifier.

Project Creation Interface

  • A user-friendly interface for admins to create new projects by inputting relevant details.
  • The project creation process securely broadcasts a document to the Dash Platform chain.
  • Ability to remove or edit uploaded project

Project List Retrieval

  • A public list of projects retrievable via the DAPI (Dash SDK).
  • The list is accessible to all users, including non-authenticated users.

Toast Notifications

  • Integrated toast notifications to inform users about actions, errors, and confirmations.

Validation and Error Handling

  • Implemented input validation for the project creation form.
  • Added robust error handling for potential issues during the broadcasting process.

Copy link

vercel bot commented Jan 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pshenmic-dev-wcx5 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 21, 2025 1:53pm

@denkravchu denkravchu changed the title Feat/projects list Project Creation Feature Implementation Jan 16, 2025
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.

2 participants