Skip to content

Feature/add implementation docs#174

Open
Zarmaijemimah wants to merge 6 commits into
HubDApp:mainfrom
Zarmaijemimah:feature/add-implementation-docs
Open

Feature/add implementation docs#174
Zarmaijemimah wants to merge 6 commits into
HubDApp:mainfrom
Zarmaijemimah:feature/add-implementation-docs

Conversation

@Zarmaijemimah

@Zarmaijemimah Zarmaijemimah commented Jun 28, 2026

Copy link
Copy Markdown

Closes #135


Feature/add implementation docs

Bimex Dev added 6 commits June 28, 2026 18:17
- Implement auto-save draft functionality with 1s debouncing
- Add localStorage-based draft service for data persistence
- Create draft indicator UI with last saved timestamp
- Add discard draft feature with confirmation dialog
- Support separate drafts for create and edit modes
- Auto-clear drafts after successful submission
- Include comprehensive tests and documentation

Fixes issue: Project submission data loss when navigating away

Acceptance criteria met:
- In-progress submission data is preserved across sessions
- Users can explicitly discard drafts via UI
- Drafts remain local and never published until explicit submit
- Add ProjectUpdate type and UPDATE_TYPES constants
- Create UpdateService for managing project updates
- Build UpdateForm component for creating/editing updates
- Build UpdateList component for displaying updates
- Integrate update feed into project detail page with tabs
- Add authorization checks (only owners can manage)
- Include mock data with sample updates
- Add comprehensive test suite
- Support Release, Audit, Milestone, and Announcement types
- Sort updates by date (newest first)
- Visual indicators with type-specific colors and icons

Resolves issue: users can now see project maintenance status
- Add support for GitHub, GitLab, and Bitbucket repository URLs
- Implement comprehensive URL validation with clear error messages
- Create repository metadata service to fetch stats from APIs
- Display repository metadata (stars, forks, license, last update) on project detail pages
- Add helper text support to FormField component
- Update Project type to include repository metadata

Resolves issue with inconsistent repository URL collection and validation
@Zarmaijemimah

Copy link
Copy Markdown
Author

close #135

@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

@Zarmaijemimah Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Add repository URL validation and metadata fetching

1 participant