gitdataai/libs/api/user
ZhenYi 80e2201b8b feat(user): add Activity, Following, Stars, Security tabs to profile page
- Backend: user_activity service (user_activity_log + project_activity)
- Backend: stars service (repo_star + project_follow)
- Backend: user_get_following_list (with is_following_me mutual check)
- Frontend: Tab navigation on /user/{username} with Overview/Activity/Following/Stars/Security
- Frontend: UserActivity timeline, FollowingList grid, StarsList, SecurityTab (SSH keys + PATs)
2026-04-22 22:39:14 +08:00
..
access_key.rs init 2026-04-15 09:08:09 +08:00
chpc.rs init 2026-04-15 09:08:09 +08:00
mod.rs feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
notification.rs chore(api/user): update user notification endpoint 2026-04-20 15:45:26 +08:00
preferences.rs init 2026-04-15 09:08:09 +08:00
profile.rs init 2026-04-15 09:08:09 +08:00
projects.rs init 2026-04-15 09:08:09 +08:00
repository.rs init 2026-04-15 09:08:09 +08:00
ssh_key.rs init 2026-04-15 09:08:09 +08:00
stars.rs feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
subscribe.rs feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
user_activity.rs feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +08:00
user_info.rs init 2026-04-15 09:08:09 +08:00