Skip to content

Frontend sync - #13

Open
ppoptart12 wants to merge 21 commits into
devfrom
frontend-sync
Open

Frontend sync#13
ppoptart12 wants to merge 21 commits into
devfrom
frontend-sync

Conversation

@ppoptart12

Copy link
Copy Markdown
Collaborator

No description provided.

@ppoptart12 ppoptart12 linked an issue Apr 23, 2025 that may be closed by this pull request
6 tasks
@ppoptart12 ppoptart12 self-assigned this Apr 23, 2025
@ppoptart12
ppoptart12 requested a review from dndrade April 23, 2025 22:56

@dndrade dndrade left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! I've reviewed the changes and the mockup looks good. Still:

  1. This PR is currently targeting main, make sure to create PRs to dev branch instead. Once you do that, you can approve PR merges of your own work if you wish.

  2. I've just pushed a significant backend update to the dev branch that includes API documentation and improvements to match your expected frontend responses.

Next steps:

  1. Please rebase your branch on dev to incorporate the latest backend changes:
    git checkout your-branch
    git fetch origin
    git rebase origin/dev
  2. Resolve any conflicts that might arise
  3. Push your updated branch
  4. Update this PR to target dev instead of main
  5. Feel free to request review again from any of us.

@ppoptart12
ppoptart12 changed the base branch from main to dev May 4, 2025 16:35
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.

Frontend Integration with Backend API

3 participants