You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Technology create/edit forms with full functionality
Add comprehensive technology management:
Forms & Pages:
- TechnologyForm component with create and edit modes
- /tech/new - Create new technology page
- /tech/[slug]/edit - Edit existing technology page
- Full form validation and error handling
- File upload for logos with preview
- Tier/category selection
Features:
- Auto-generate slug from name for new technologies
- Logo upload with preview
- Field validation (name, slug, vendor, description, URLs)
- Lock technology to prevent edits by others
- Delete functionality for existing technologies
- Proper authentication checks
- Error display from API responses
UI Improvements:
- Updated Input component to support label prop
- '+ Add Technology' button on /tech listing page
- 'Edit' button on technology detail pages (authenticated users)
- Responsive forms with grid layouts
- Character counters on text fields
Tech Stack Detail Page Fix:
- Fixed technology display - now shows actual tech logos grouped by tier
- Supports both logo display and text fallback
- Proper tier grouping (Programming Languages, Server, Data, etc.)
- Displays detailsHtml if available
0 commit comments