Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.42 KB

todo.org

File metadata and controls

52 lines (36 loc) · 1.42 KB

This is the to-do list for okcart. Feel free to add something with a PR.

Features

These are things that are intended to be added to okcart

Search

Search bar would be at the top of the site, on the header. Centered, similar to Amazon’s.

Categories/Tags

Already semi-implemented, but not completely

Allow users to tag their items

Subscribe to a tag

A user could ‘subscribe’ to a tag, making it appear on their homepage.

Browse tags

Allow tag browsing. Allow for multiple tags at the same time, using +. Example: /tags/foo would show products tagged as ‘foo’. /tags/foo+bar would show products tagged as foo or bar /tags/foo-bar would show products tagged as foo and bar

Analytics

Using this, users can see how their product is doing.

Record pageviews

Log only time, don’t log with Do-Not-Track

Show pageviews

Use chart.js or something similar.

Show purchase statistics

Gifts

A user could buy an item to someone else.

Gift to user

Would go directly to user (user has to accept)

Gift keys

Would give a key that could be redeemed. Use PGP.

Sales

A user can temporarily reduce the price of their product

Coupons

Price would be reduced if a coupon code is used.

Auctions

Would work similarly to ebay. The seller can set the starting price, and users would bid until a time is reached, or a price is reached.