Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: activity feed API by graphite #167

Closed
wants to merge 1 commit into from

Conversation

zthxxx
Copy link
Owner

@zthxxx zthxxx commented Apr 27, 2024

Your team is working on building an activity feed feature, and your
first task is to build a server API to return a user's activity feed
items:

  GET /activity-feed
  [
    { "id": 1, "title": "Photo uploaded", "body": "Alice uploaded a photo" },
    { "id": 2, "title": "Comment on post", "body": "Charlie commented on Bob's post" }
  ]
  

For now, your goal is to get something up with dummy data quickly, so
the frontend engineers can start building UI components that consume this
API.

Copy link

vercel bot commented Apr 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-dev-inspector ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 27, 2024 2:56pm

@zthxxx
Copy link
Owner Author

zthxxx commented Apr 27, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @zthxxx and the rest of your teammates on Graphite Graphite

@zthxxx zthxxx changed the title feat: activity feed API feat: activity feed API by Apr 27, 2024
@zthxxx zthxxx changed the title feat: activity feed API by feat: activity feed API by graphite Apr 27, 2024
@zthxxx zthxxx marked this pull request as ready for review April 27, 2024 14:58
@zthxxx zthxxx closed this Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant