Changes between Version 14 and Version 15 of SouceVersionControlOrganizationRevised
- Timestamp:
- 09/15/25 10:54:54 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SouceVersionControlOrganizationRevised
v14 v15 25 25 * **assets/** - статички ресурси (слики, икони) 26 26 * **contexts/** - React Contexts (authContext, cartContext...) 27 * **components/** - UI компоненти ( Navbar, ProductCard, ReviewForm, StarRating...)28 * **pages/** - страници (Home, ProductDetail, Checkout, Orders, SellerDashboard, Login, Register)29 * **routes/** - ProtectedRoute и другo routing поведение27 * **components/** - UI компоненти (navbar, productCard, reviewForm, starRating...) 28 * **pages/** - страници (Home, productDetail, Checkout, Orders, sellerDashboard, Login, Register) 29 * **routes/** - protectedRoute и oстанатиот routing 30 30 * **services/** или **api/** - модули за API повици (axios wrapper и helpers) 31 31 * **config/** - конфигурации (API baseURL, timeouts)