Improving the way kpop fans trade and sell photocards in their collections.
Katalog is a service that aims to provide photocard collectors with a safe platform where they can find information about specific photocards (such as average market price) and buy/sell cards to expand their collections. The website acts as an archive with information on cards that are available on the market so that users can reasonably price and purchase photocards. Each photocard page shows which users are selling and trading that particular card and a graph of current price trends. Users can also create a wishlist on their profile so other users can see what cards they are looking for and possibly prompt a transaction.
A photocard is a random picture of a member from a Kpop group that is usually included in purchased Kpop albums. This in turn has led to a huge trading market where fans trade for their favorite member's card and try to complete their collections, similar to baseball and pokemon card trading communities. Currently, there is no defined platform where these transactions take place thus usually happening through Twitter, Instagram, Discord, and other social media platforms. This makes it very difficult to find certain photocards as collectors must constantly search in and monitor several various platforms to find the most ideal deal. Katalog was created as a way to alleviate the difficulties of buying/selling by bringing transactions onto one central platform in order to ease and facilitate collectors' experiences.
I worked on all aspects of the project: UX/UI Design, Frontend Development, Backend Development.
Create a platform where Kpop fans can make secure photocard transactions with one another.
To gauge the validity of our problem statement, we decided to take a closer look into the current instated methods being used. We gathered personal statements as well as took to social media to record exactly how these transactions were being executed.
Some members of our team have personally entered the Twitter photocard trading market and expressed the difficulty of having to look through hundreds of posts on each separate platform when trying to find the best deal and quality. Besides the time inefficiency, there were also many times they questioned the validity of these posts and worried about the risk that came with exchanging personal information in order to make these unofficial transactions. They have also read stories of users who have been scammed by others when trying to buy photocards, something that seems to unfortunately a very common occurance. We then found some of these stories on forums, some of which that warm users of the scamming tactics that are used (impersonating legitmate accounts, sending fake tracking codes, false promising refunds, etc.), as well as some even listing account usernames of those who are known for scamming others. All these records go to show the real security issue when it comes to these unmonitored transactions and though some measures have been created to try to lessen these scams, it is still a very prevelent problem that affects many users.
From many accounts dedicated to trading news to users posting their own listings, it is evident that the photocard trading market is huge on these various social media platforms. What we have observed the most however is that this buying and selling transactions are often facilitated by dedicated trading accounts that repost individual user's listings; we can assume this system came about as a way to combat security issues. But with the many users and accounts participating in the market spread across various social media platforms, comes oversaturation resulting in overlapping listings and longer search times. This made is clear that photocard collectors are in need of a more centralized, secure way to do business since currently no such platform for the exists.
We wanted to create a platform that centralized this ever-growing market especially with the rise of Kpop popularity worldwide. The main issue we identified was the lack of security that comes with making such monetary transactions with strangers over social media. Not only is there a high risk of scams with the lack of credibility, but also no way to enforce any type of safety and accountability for users. We want Katalog to give fans a more enjoyable experience when searching for the perfect cards they need to complete their collections and feel safer while doing so.
As the platform revolves around a large quantity of photocard content, we wanted to make the user flow as simple as possible in order to not be overwhelming. We thought about the most basic functionalities and pages we wanted Katalog to have before moving on to thinking about the overall design and intricacies of the service. We also discussed some advanced features we may want to incorporate later on to keep in mind as we realized they were not feasible for the MVP but important to the user experience.
- photocard buying/selling system
- one central platform
- make user experience less complicated
- website, maybe app too?
- Provide name, email, password
- Form verification
- database needed to store account information
- SSO authorization?
- discovery feature for engagement
- shows top trending photocards
- shows newly added photocards
- home search bar
- filtering system with categories
- can find by name, album, group
- wishlist section
- shows all current listings
- keep track of which cards in collection
- storing username and password
- associated card information
- needs to store price trends
- needs to store all photos
- a rating system for users
- a review section for added credibility
- messaging system for direct contact
- better search/filter algorithm
- based on keyword search for cards
- the more keywords a card page contains, the more priority
- sort into catergories based on group type, company, etc.
Since the main point of concern with the current trading system is security, this was also the prime focus when building Katalog as we needed to have a surefire way to protect users. It also came to our attention that combining the content load of several different platforms would bring about some issues as well. We focused on identifying the potential weak points and finding ways to counteract these potential shortcomings.
To begin our design process, we created a site map in order to visualize how we wanted our users to navigate Katalog. We made note of what main pages we wanted to feature on our website and how they would interact with one another in order to achieve a particular desired action.
We then moved on to wireframing the views of Katalog deriving from the created site map. As the search, photocard details/listings, and user profile screens were the most integral aspects of our product, we focused heavily on the functionalities of these features.
The search page allows a user to enter a search result to look for their photocard of interest with the option to filter down their search results. There is also an option to search by categories based on whether they are interested in a boy group or girl group as well as a category based on the entertainment companies. The user can also browse through trending or newly added photocards by clicking on the respective buttons below the search bar. The search results page is displayed when the user uses the search bar on the main page. It allows the user to search by the member on the photocard or by the album and the app will display the results matching that search term. There are also filters to allow the user to further narrow down the search results. The photocard screen allows users to view an image of the photocard along with its information and price over time. Under the price graph, it displays who is selling, trading or looking for that specific photocard. These can also be sorted by newest, oldest, price high to low or low to high. When a user clicks on the listing they want to buy from, it brings them to the user's profile. Along with the typical information usually found on this page, the user profile page also allows the user to display their showcase photocards that they are the most proud to have obtained, cards they are currently searching for, current listings, etc.
Scan the QR code above with your phone to view the prototype or click here to check it out on your computer: Katalog Prototype!
The MVP is currently deployed here on digital ocean: Katalog!
There are many aspects and risks that need to be taken into consideration when building an application focused on user interaction and transactions. This ended up being a project that needed even more supporting points than we had initially anticipated. Additional to the features we included in the MVP, there are others such as the messenger and authorized payment systems that need to be implemented in order for Katalog to be even more functional and secure. Another roadblock that we encountered was the amount of content we needed to host. The multitude of posts Katalog needs to be able to hold requires a strong database that is large enough to hold data of such caliber. This is something we would need to look more into when taking this platform to the next level. Though we had many of these obstacles already in mind, the extent to how much they would impact the building process was unknown to us, making it a great learning experience about building an application of this nature.