feat: rebrand app to ShipHours for software engineers#4
Open
feat: rebrand app to ShipHours for software engineers#4
Conversation
Remove ExamProfile, SubjectProfile, ExamTemplate, and ExamTemplateItem models from Prisma schema. Delete all allocation-related frontend components, views, stores, API clients, and backend modules. Clean up imports, routes, navigation, onboarding tour, and feature badges. Part of ShipHours rebrand (Unit 1 of 12). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename Subject→Task, Discipline→Project, StudyCycle→FocusCycle, StudySession→WorkSession and related junction models. All @@Map values preserved so database tables/columns remain unchanged. Zero migration generated. Part of ShipHours rebrand (Unit 2 of 12). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename NestJS modules: subject→task, discipline→project, study-cycle→focus-cycle, study-sessions→work-session. Update all class names, Prisma client calls, route paths, DTOs, and cross-module references. All e2e test files updated. Part of ShipHours rebrand (Unit 3 of 12). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename TypeScript types: Subject→Task, Discipline→Project, StudyCycle→FocusCycle, StudySession→WorkSession. Rename API client files and update endpoint URLs. Update session.ts Portuguese field names to English. Update analytics utils. Frontend will not compile until stores/components are updated (Units 5-6). Part of ShipHours rebrand (Unit 4 of 12). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename Zustand stores: subjectStore→taskStore, disciplineStore→ projectStore, studyCycleStore→focusCycleStore. Rename hooks: useSubjectAnalytics→useTaskAnalytics, useRecentSubjects→useRecentTasks. Rename components: SubjectPicker→TaskPicker, DisciplinePicker→ ProjectPicker, study-cycle/→focus-cycle/, all Subject* dashboard components→Task*. Rename views: SubjectsPage→TasksPage, DisciplinesPage→ProjectsPage, etc. Update App.tsx and SpaApp.tsx routes in sync. Update all consumer imports. Part of ShipHours rebrand (Units 5-6 of 12). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Translate remaining Portuguese strings in TasksPage, ProjectsPage, TasksAndProjectsPage, task-picker, confirm-dialog, focus-cycle components, and several hooks - Fix stale type references: StudySession→WorkSessionUI, materia→taskName, minutos→minutes in SessionModal, CalendarCell, SwipeableSessionItem - Rewrite LandingPage copy for software engineers (hero, features, FAQ, pricing, social proof) - Translate TermsPage and PrivacyPage to English, rebrand to ShipHours - Replace 3 study-specific blog posts with deep-work-in-the-age-of-ai.mdx - Update blog layout, index, config, and RSS feed to ShipHours branding - Update package.json names, HTML lang="en", page titles, BaseLayout - Rebrand fly.toml, netlify.toml, docker-compose.yml, cross-domain-auth docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key Changes
Testing
make test)@@mapto preserve existing table names (no migration needed)Post-Deploy Monitoring & Validation
@@map.🤖 Generated with Claude Sonnet 4.6 (200K context) via Claude Code
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com