Migration of app/activity
to LFNext
#1394
Replies: 2 comments
-
Decisions from last meeting: 🎯 datetime is broken, should be the user's time when he/she modified it but it should be displayed in current user's locale.
🎯 no need for a page that shows activity for ALL projects, just need a project-level activity page, e.g., |
Beta Was this translation helpful? Give feedback.
-
Notes from pairing session:
🆕 new php endpoints made and being called. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Observations
Data
two data calls to
/sf
:and
Tasks
work occurring in
next/project-activity
branchnext-app
next-app
, i.e.,/projects/activity
"Pretty time" segments
Intl
is capableData
valid_activity_types_dto
in favor of building filter dynamicallyactivity_list_dto
to an array (in the sveltekit endpoint, no change to existing PHP code)Beta Was this translation helpful? Give feedback.
All reactions