Plant Passport Generator
Description
This is a Windows Presentation Foundation (WPF) application designed to generate plant passports. The application provides an intuitive user interface for entering plant details and generates a printable plant passport.
Features
- Data Entry: Enter details such as the botanical name, sector, id of the plant manually or import from a CSV file.
- Data Storage: Plant data is stored in JSON format and can be accessed via a grid view. # TODO: link and synch using Mongo DB Cloud
- Passport Generation: Generate a printable plant passport with all the necessary details. To add a plant to the 'basket' for passport generation, simply double-click the plant entry in the grid.
- Data Validation: #TODO: For now user has to ensure all entered data is valid before generating the passport.
Getting Started
- Clone the repository or download the source code.
- Build the application using Visual Studio or a similar IDE.
- Run the
.exe
file generated in the build process.
Alternatively, you can contact the repository owner to get a zipped build of the application.
Usage
- Open the application.
- Add plant details to the grid either manually or by importing a CSV file.
- Double-click on a plant entry in the grid to add it to the 'basket'.
- Click on the 'Generate Passport' button.
- Review the generated passport and print if satisfied.
Contributing
Contributions are welcome! Please read the contributing guidelines before making any changes.
License
This project is licensed under the MIT License. See the LICENSE
file for more details.