https://github.com/dotpipe/adapt2
https://github.com/dotpipe/adapt2
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotpipe/adapt2
- Owner: dotpipe
- Created: 2025-01-06T05:08:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T14:29:53.000Z (about 1 year ago)
- Last Synced: 2025-12-11T11:43:15.512Z (5 months ago)
- Language: HTML
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Application
This application provides a comprehensive solution for managing store inventory, customer interactions, and analytics.
## Root Directory
- `addproducts.html`: Interface for adding new products to the inventory.
- `addstore.html`: Page for adding new store references.
- `chat.html`: Customer chat interface for real-time support.
- `dashboard.html`: Analytics dashboard for store feedback visualization.
- `events.html`: Page for managing and viewing event-related popular items.
- `geocode.html`: Interface for geocoding addresses.
- `handler.html`: Page for managing product reviews and feedback.
- `inventory.html`: Comprehensive inventory management interface.
- `login.html`: User login page.
- `products.html`: Product management and search interface.
- `registration.html`: User registration page.
- `requests.html`: Interface for managing customer orders, preorders, holds, and reservations.
- `visitors.html`: Store feedback submission and viewing interface.
## API Directory
- `addproducts.php`: Handles adding new products to the inventory.
- `addstore.php`: Manages adding new store references.
- `chat.php`: Handles chat functionality and message management.
- `events.php`: Manages event-related data and popular items.
- `geocode.php`: Provides geocoding functionality for addresses.
- `inventory.php`: Manages inventory-related operations.
- `login.php`: Handles user authentication.
- `products.php`: Manages product-related operations and searches.
- `registration.php`: Handles user registration.
- `requests.php`: Manages customer orders and requests.
- `visitors.php`: Handles store visitor feedback.
## Classes Directory
- `dashboard.php`: Contains the AnalyticsDashboard class for generating feedback heatmaps.
- `geocode.php`: Includes the Geocode class for address geocoding.
- `handler.php`: Contains the ReviewHandler class for managing product reviews and feedback.
- `inventory.php`: Includes the Inventory class for managing store inventory.
- `login.php`: Contains the Login class for user authentication.
- `registration.php`: Includes the Registration class for user registration.
This application provides a robust set of features for store management, customer interaction, and data analysis. Each HTML file in the root directory corresponds to a specific functionality, while the API and classes directories contain the backend logic to support these features.