OR-lab-2
Skup podataka: Trgovina s proizvodima
Version 2.0
Autor: Fran Zekan
Jezik: engleski
Licenca:
MIT (auto-generirana kroz Github-ov gh
CLI alat)
Artifacts
public/products.json
JSON katalog proizvodapublic/products.csv
CSV katalog proizvoda
Attributes:
PRODUCT
id
(Int): Product IDname
(string): Namebrand
(string): Brandshort_description
(string): Short descriptiondescription
(string): Product descriptionimages
(string[]): Array of images (URLs)price
(Int): Pricediscount
(Int): Discount in percentagerating
(Float): Product ratingstock
(Int): Available stockcreated_at
(DateTime): Time this entry was createdupdated_at
(DateTime): Time this entry was last updated
STORE
store_id
(Int): Shop IDstore_name
(string): Shop namestore_description
(string): Shop descriptionstore_image
(string): Cover image of the shopstore_address
(string): Address of the shopstore_owner
(string): Owner's namestore_phoneNumber
(string): Phone number of the ownerstore_opens_at
(Int): Time in seconds since 00:00 till the shop opensstore_closes_at
(Int): Time in seconds since 00:00 till the shop closesstore_rating
(Float): Rating of the shop (0-5)store_created_at
(DateTime): Time this entry was createdstore_updated_at
(DateTime): Time this entry was last updated
Tech
- NextJS + TailwindCSS + TanStack Query
- @sinclair/typebox for JSON Schema generation