Commit 9c0ecdd
feat: resume generator mvp tasks (#56)
* feat: add API endpoints for user authentication and workspace management
* chore: update Spring Security BOM import convention in engine.gradle.kts
* feat(spec): ✨ update resume generator specifications and user scenarios
Enhance clarifications, user scenarios, and requirements for the resume generator MVP, including output format, field limits, and error handling.
* feat: update Spring Boot version and add quickstart guide for Resume Generator MVP
* docs: update quickstart and research documentation for new port configurations and rate limiting implementation
* feat(data-model): ✨ update PersonalInfo to use FullName and reuse shared Email VO
Refactor PersonalInfo to replace name with FullName for clarity and reuse Email from shared library for validation.
* feat: enhance OAuth2 configuration and API versioning in Resume Generator MVP
* style: standardize string formatting in FAQ and TrustMetrics components
* docs: update generated date in resume generator data-model.md
* refactor: use package-level imports for Locale and DateTimeFormatter in data-model.md
* docs: update Spring Boot version to 3.5.7 in Technical Context
* docs: update rate limiting strategy and generated date in documentation
* docs: 📝 update generated date and remove pending review notes in implementation plan
* refactor: 🔧 update imports for DateTimeFormatter and Locale in data model
Enhance code clarity by using package-level imports for DateTimeFormatter and Locale.
* refactor(auth): 🔧 simplify claim appending logic in CustomClaimConverter
Remove unnecessary Mono creation and improve error logging for user information retrieval
* refactor: 🔧 remove unnecessary open modifiers from configuration classes and methods
* refactor: 🔧 update configuration for DependencyCheckExtension and improve environment variable handling
* refactor: 🔧 clean up structure.md by removing unnecessary files and organizing directory layout
* refactor: 🔧 clean up structure.md by removing unnecessary files and organizing directory layout
* refactor(tasks): 🔧 update translation file paths to include feature names
* refactor(email): 🔧 improve email regex validation and add tests for invalid formats
* refactor(tasks): 🔧 update task IDs and improve documentation structure
Renumber tasks for clarity and enhance documentation for better organization.
* refactor(tasks): 🔧 update file paths for authentication components and improve task organization
Refactor task IDs and paths for better clarity and structure in the authentication system.
* Update shared/common/src/main/kotlin/com/loomify/common/domain/vo/email/Email.kt
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1 parent ccc0c8e commit 9c0ecdd
File tree
25 files changed
+635
-136
lines changed- .github/ISSUE_TEMPLATE
- build-logic/analysis-convention/src/main/kotlin/com/loomify/buildlogic/analysis
- client
- apps/marketing
- config
- packages
- tsconfig
- utilities
- docs
- src/content/docs
- server/engine/src/main/kotlin/com/loomify/engine
- authentication/infrastructure
- config
- controllers
- workspace
- domain
- infrastructure/persistence/entity
- specs
- 001-user-auth-system
- 003-resume-generator-mvp
25 files changed
+635
-136
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
build-logic/analysis-convention/src/main/kotlin/com/loomify/buildlogic/analysis/AppDetektPlugin.kt
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 14 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments