AmplicaLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
0 stars 2 forks source link

Replace services/graph.ts with graph-service #41

Closed mattheworris closed 1 month ago

mattheworris commented 1 month ago

Purpose

The goal of this PR is integrate the graph service with the social app template.

Closes #35

Solution

Started by/Contributions from: @claireolmstead @JoeCap08055 @saraswatpuneet

Change summary

Steps to Verify

  1. Setup the containers with docker compose up -d
  2. Sign up/sign in with SIWF
  3. Create a post
  4. Logout with current user
  5. Sign up/sign in with new user account.
  6. Navigate to the original user's post.
  7. Verify that the follow button is available and executes correctly (there is a delay after the follow request)

Follow Up