Tom Butcher 678d5a0e90 Refactor ActionHandler and EditObjectForm components to support forward refs and improve functionality
- Updated ActionHandler to use forwardRef, allowing parent components to access the callAction method.
- Enhanced EditObjectForm with forwardRef, enabling external control over editing state and form handling.
- Added onEdit and onStateChange props to EditObjectForm for better integration with parent components.
- Improved form validation and state management within EditObjectForm, ensuring a smoother user experience.
- Cleaned up code for better readability and maintainability.
2025-08-18 00:58:52 +01:00
2025-05-09 22:23:51 +01:00
2025-05-09 22:16:13 +01:00
2025-05-09 22:23:51 +01:00
2025-05-09 22:23:51 +01:00
2025-06-02 02:02:07 +01:00
2025-06-28 14:10:27 +00:00

FarmControl UI

Build Status

FarmControl UI is a modern web application for managing and monitoring farm production, inventory, and operations. This project serves as the frontend for the FarmControl system, providing an intuitive interface for users to interact with various farm management modules.

Features

  • Dashboard for real-time monitoring
  • Inventory management (Filaments, Parts, Products, Vendors, etc.)
  • Production tracking (Jobs, Printers, GCode files)
  • User and access management
  • Audit logs and activity tracking
  • Responsive and user-friendly design

Stack

Getting Started

Prerequisites

  • Node.js (v16 or higher recommended)
  • npm (v8 or higher)

Installation

  1. Clone the repository:
    git clone https://github.com/your-org/farmcontrol-ui.git
    cd farmcontrol-ui
    
  2. Install dependencies:
    npm install
    

Running the App

To start the development server:

npm run dev

The app will be available at http://localhost:3000.

Building for Production

To build the app for production:

npm run build

The optimized build will be in the build/ directory.

To run the app for production:

npm start

Project Structure

src/
  assets/         # Icons, logos, and other static assets
  components/     # React components organized by feature/module
  config.js       # App configuration
  index.js        # App entry point
  App.jsx         # Main App component
  ...
public/           # Static public files
scripts/          # Utility scripts (e.g., SVG minification)

License

This project is licensed under the MIT License.


For more information, contact the project maintainers or visit the FarmControl documentation.

Description
A modern web application for managing and monitoring farm production, inventory, and operations.
Readme 30 MiB
Languages
JavaScript 98.9%
CSS 1%