Skip to content

Beta test: Release 1.0#30

Merged
Driedoutjerky merged 32 commits into
mainfrom
dev
Jun 9, 2026
Merged

Beta test: Release 1.0#30
Driedoutjerky merged 32 commits into
mainfrom
dev

Conversation

@Driedoutjerky

@Driedoutjerky Driedoutjerky commented Jun 9, 2026

Copy link
Copy Markdown
Owner

This closes #2 #3 #4 #5 #6 #7 #9 #10
Supersedes #26 #27 #28

Tested locally with:

  1. Open two terminals
  2. Run frontend server on one (after setting directory to the frontend repo)
npm install
npm run dev
  1. Run backend server on the other one (after setting directory to the backend repo)
npm install
npm start

Smoke test

  • Check if everything listed below is working as intended.
Register new user
Write a post
Archive shows post
Open post detail
Delete a test post
Write quest-matching post
Quest becomes claimed
Will updates
Buy background
Equip background
Dashboard background changes
Buy decoration
Equip decoration
Dashboard decoration appears
Buy music
Equip music
Music player shows track
Play music
Navigate with header/dashboard/shop/inventory buttons
Music keeps playing
Open profile from header
Logout
Logged-out protected page redirects to login

@Driedoutjerky Driedoutjerky self-assigned this Jun 9, 2026
@Driedoutjerky Driedoutjerky added the type: api REST API endpoint task label Jun 9, 2026
@MelonChicken

Copy link
Copy Markdown
Collaborator

Test Result

image Successfully created the new post and viewed, deleted as well. But the reflection of will reward is only viable after refreshing the page

@MelonChicken MelonChicken 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.

LGTM

@Driedoutjerky Driedoutjerky merged commit 5f4a7d7 into main Jun 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: must type: api REST API endpoint task type: testing Unit/API test task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FE] Opening and Auth Pages

2 participants