Commit graph

18 commits

Author SHA1 Message Date
20f1c51f0c feat: groundwork for 'living the dream' mii submissions
Based on the screenshots from yesterday's Nintendo Direct, it is
presumed that the Mii editor in "Living the Dream" is similar to
Miitopia's one.

This commit lays the groundwork for Miis created in the sequel game.
However, due to the way TomodachiShare generates portraits of the Miis,
I can't do that unless there is a way to parse the QR code data and
render the Mii.

Note: I don't know if Nintendo will use access codes (as was the case
with Miitopia) therefore, as a precaution, another branch will be
created in anticipation for that.
2025-09-13 15:03:12 +01:00
aef188f7c8 feat: punishment page 2025-05-31 22:40:56 +01:00
e195d2e80b feat: user lookup and user punishments in admin panel
need to work on actually punishing the user
2025-05-25 22:16:41 +01:00
745a2e0c54 feat: add creatorId to report database schema
should've been part of commit 36f0ff83
2025-05-23 16:14:17 +01:00
5514f2ec39 feat: change profile pictures
I keep forgetting to do things. The edit mii api route has been using
the public folder as an uploads directory... whoops...
2025-05-09 22:33:43 +01:00
398580e72b feat: mii descriptions 2025-05-07 21:06:10 +01:00
412b0e775b feat: add mii gender property to database
will have to create a migration script
2025-05-05 17:46:43 +01:00
f633648fee feat: reporting 2025-05-02 18:33:20 +01:00
99c3aa5add feat: docker 2025-04-23 17:46:50 +01:00
10f1fc2fb3 feat: username 90-day change restriction 2025-04-18 16:47:31 +01:00
1e0132990a feat: custom mii images and refactor submit route 2025-04-07 20:20:23 +01:00
37af539911 feat: add mii data properties to database and move uploads directory paths 2025-04-05 17:13:34 +01:00
49c6206623 feat: submitting and validation
custom images of the mii are still not implemented
2025-04-05 14:45:22 +01:00
84a732c34d feat: show mii images from database 2025-04-01 21:37:47 +01:00
8f731dd358 fix: remove likes property in mii model 2025-03-31 20:48:55 +01:00
9d35d93d9e feat: usernames
also change userId to number
2025-03-30 17:37:05 +01:00
8625321ece feat: get miis from database and client like button 2025-03-29 22:48:35 +00:00
7b799405dc feat: prisma, postgresql, and upgrade to auth.js@beta 2025-03-29 21:55:04 +00:00