Online card collection #68

Open
opened 2025-07-24 12:28:55 -07:00 by waifu · 0 comments
Owner

Implement a new /collection route on the website that displays all currently rollable cards.

MVP:

  • Add image_url or image_filename field to the card model in the database.
  • Ensure each card has a visual asset (image) stored locally. We don't keep the original images yet.
  • Create a Flask route /collection that:
  • Queries all the required information from the cards.
  • Displays card image, name, pack, rarity, stats (Power, Charm, Wit), and flavor text.
  • Optional: Add filters (rarity, series, tags, etc.) for easier browsing.
  • Future-proof the layout for mobile and desktop.

Bonus ideas:

  • Add pagination or lazy loading for large collections.
  • Display limited-time or banner-specific cards
  • Allow hover or click to expand card details.
Implement a new /collection route on the website that displays all currently rollable cards. ## MVP: - Add image_url or image_filename field to the card model in the database. - Ensure each card has a visual asset (image) stored locally. We don't keep the original images yet. - Create a Flask route /collection that: - Queries all the required information from the cards. - Displays card image, name, pack, rarity, stats (Power, Charm, Wit), and flavor text. - Optional: Add filters (rarity, series, tags, etc.) for easier browsing. - Future-proof the layout for mobile and desktop. ## Bonus ideas: - Add pagination or lazy loading for large collections. - Display limited-time or banner-specific cards - Allow hover or click to expand card details.
waifu added the
Feature
Feedback Wanted
labels 2025-07-24 12:28:55 -07:00
waifu self-assigned this 2025-07-24 12:28:55 -07:00
waifu added this to the v2.0 project 2025-07-24 12:28:55 -07:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: waifu/kemoverse#68
No description provided.