Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
domus-cron | 87ee882 | Commit Preview URL Branch Preview URL |
Apr 18 2026, 04:26 PM |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add unique constraint on (month, year) for financial periods - Restrict management actions to Treasurer role only - Implement Premium Hero dashboard and period management UI - Fix type safety and linting in finance components Ref: FIN-01 Closes #111
- Refactor CategoryForm to use useDomusForm for architectural consistency - Stabilize E2E tests by adding specific toast IDs and improving POM - Update Indonesian translations for consistent labels and actions - Pass all quality checks (format, lint, typecheck, e2e) Issue: #112
- Add unique constraint to transaction_categories table to stabilize tests - Implement DateField, ReceiptUploadField and register in DomusForm context - Create TransactionCreatePage with reactive category selection via form.Subscribe - Build server actions for transaction creation and Google Drive receipt upload - Add 'Catat Transaksi' navigation to FinancialPeriodList UI - Implement robust E2E test suite in serial mode for transaction recording Closes #113
- add yearly report table with total income/expense per month - add monthly report collapsible with per-category transaction details - implement transaction grouping logic in core service - fix type safety and linting issues in finance modules Closes #114
- Added runtime validation with Zod in createTransactionAction to handle form data coercion. - Updated TransactionEntity to use z.coerce for amount and date fields. - Relaxed UUID validation from z.uuidv7() to z.uuid() for compatibility with Better Auth IDs. - Fixed translation key mismatch in FinancePage POM (dicatat vs disimpan). - Added guard for dynamic translation key in FinancialPeriodList to prevent 'undefined' warnings. - Cleaned up verbose debug logging in repository and service layers.
Ref #188 - Refactored AttachmentUpload to use standard react state, dropping react-hook-form - Fixed typechecking error in AttachmentList by using buttonVariants with standard anchor tag - Fixed server actions to properly handle AuthContext and updated file usage - Added basic error handling to AttachmentUpload callbacks - Successfully passed typecheck, lint, and formatting tests
… tests - Implement organizational term management (ST-05) core logic and UI. - Stabilize term-management E2E tests by refining sync logic for Google Drive uploads. - Fix Playwright visibility issues caused by CSS truncate class in attachment items. - Improve POM with robust wait strategies for server-side revalidation. - Closes #188
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #273 +/- ##
==========================================
- Coverage 54.06% 51.72% -2.34%
==========================================
Files 128 139 +11
Lines 4056 4541 +485
Branches 831 938 +107
==========================================
+ Hits 2193 2349 +156
- Misses 1860 2189 +329
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
No description provided.