Skip to content

Gallery#47

Merged
Thiritin merged 12 commits into
mainfrom
gallery
Jul 31, 2025
Merged

Gallery#47
Thiritin merged 12 commits into
mainfrom
gallery

Conversation

@TLTimeplex

@TLTimeplex TLTimeplex commented Oct 1, 2024

Copy link
Copy Markdown
Member

Gallery to view over all of the fursuit images

Linked to #45

Features (currently):

  • Gallery to have a look over all the registert Fursuits (Only if they are public and verifyed)
  • Detailed view for an bigger version of the image and more detailed informations
  • Uses the Catch_em_all score to calculate the order
  • Diffrend sites acceable via pagination (Still WIP) (Useed for lower DB usage)
  • [User needs to be logged in]
  • Search Function (name)

To-Dos

  • Event Based search (One Event or all events)
  • Order Function (Name/species/score)(asc/des)
  • Styling
  • Mobile view
  • CEA sieger

Further enhancments

  • Endless scroll
  • Live search? (So not to enter therm->Press Enter->Result!)
  • Better Desktop expirence
  • Reduce DB interaction
  • Search Function (species)
  • SPA?

Images (New->Old)

Search for Name

Animation (11)

Current State (outdated)

Animation (8)

Clear view and details

Animation (9)

Click again on Image to get the image itself

Animation (10)

+ Added gallery path to project
* Renamed page component to a more clear name
+ Added default route (May change later to QUERY)
+ Added custom db query to connect fursuits with the score
+ Added page separation for splitting the gallery
+ Added image details on click to show further information (currently only the score
+ For the "full" image view the user can now click in the detailed view on the image to resolve in the image_url
* Modified responsibility to help mobile (Still wonky)
@TLTimeplex TLTimeplex added the enhancement New feature or request label Oct 1, 2024
@TLTimeplex TLTimeplex self-assigned this Oct 1, 2024
@TLTimeplex TLTimeplex linked an issue Oct 2, 2024 that may be closed by this pull request
+ Pulled out Pagnation component
* Put all related components into their own folder
+ Added ts interface for Fursuits
* Changed page change procedure to hold on the search term
+ Added Search bar
+ Added Counter for amount of fursuits in gallery (Currently counting only displayable)
+ Added the button for sorting (Not implemented yet ^^)
- Removed unused logic in controller
+ Added db query to get the highest ranking users (Top 3)
+ Added route to get the amount of fursuits available in the gallery (All)
>> Old Counter is now used to show the amount of fursuits that match the search requirements, displayed as {ALL (SEARCH)} currently
+ Added functionality, that the search term now gets split by ' ' and then AND connected. (May also add a || to add an OR search later)
+ View added a per session request to get the total amount of fursuits and not to request the value on any request
* Fixed sorting button to be a button and no longer submit
+ Automatically generating webp version of image if not present yet
@Thiritin

Copy link
Copy Markdown
Member

Great work so far, can we have this gallery event based. I.e. so I can look back at old Events?

@Thiritin Thiritin merged commit 3de5e25 into main Jul 31, 2025
1 check failed
@RustyBraze RustyBraze deleted the gallery branch June 13, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fursuit Gallery

2 participants