Commit 4b01d0d
committed
feat(contacts): add join timestamp and sort feed by recency
- Add requireCoinbaseEmailVerification to UserFlags (editable override)
- Add joinTs to FlipcashContact, persist to Room, and use in contact
feed sorting so recently-joined contacts appear prominently while
new messages still sort to the top
- Extract ContactMapper for proto-to-domain contact mapping
- Return raw proto list from ContactListService, map in repository
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>1 parent 3256b98 commit 4b01d0d
21 files changed
Lines changed: 765 additions & 22 deletions
File tree
- apps/flipcash
- features
- direct-send/src/main/kotlin/com/flipcash/app/directsend/internal
- userflags/src/main/kotlin/com/flipcash/app/userflags/internal
- definitions/flipcash/protos/src/main/proto
- account/v1
- contact/v1
- services/flipcash/src/main/kotlin/com/flipcash/services
- inject
- internal
- domain
- network/services
- repositories
- models
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
| 304 | + | |
308 | 305 | | |
309 | | - | |
| 306 | + | |
310 | 307 | | |
311 | 308 | | |
312 | | - | |
313 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
314 | 316 | | |
315 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
316 | 321 | | |
317 | 322 | | |
318 | 323 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
370 | 372 | | |
371 | 373 | | |
372 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
373 | 378 | | |
374 | 379 | | |
375 | 380 | | |
376 | 381 | | |
377 | 382 | | |
378 | 383 | | |
| 384 | + | |
379 | 385 | | |
380 | 386 | | |
381 | 387 | | |
| |||
551 | 557 | | |
552 | 558 | | |
553 | 559 | | |
| 560 | + | |
554 | 561 | | |
| 562 | + | |
| 563 | + | |
555 | 564 | | |
556 | 565 | | |
557 | 566 | | |
558 | 567 | | |
559 | | - | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
560 | 575 | | |
561 | 576 | | |
562 | 577 | | |
| |||
0 commit comments