-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
2 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This workflow uses actions that are not certified by GitHub. | ||
# They are provided by a third-party and are governed by | ||
# separate terms of service, privacy policy, and support | ||
# documentation. | ||
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time | ||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle | ||
|
||
name: Java CI with Gradle | ||
|
||
on: | ||
push: | ||
branches: [ "master" ] | ||
pull_request: | ||
branches: [ "master" ] | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '11' | ||
distribution: 'temurin' | ||
- name: Build with Gradle | ||
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 | ||
with: | ||
arguments: build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Intellimills - Sugarcane Farming Assistant | ||
|
||
Intellimills is a mobile application designed to streamline sugarcane farming operations. It simplifies the permit application process, facilitates produce extraction planning, and ensures accurate tracking of produce quantities and qualities. | ||
|
||
## Table of Contents | ||
|
||
- [Features](#features) | ||
- [Getting Started](#getting-started) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Features | ||
|
||
- **Permit Application:** Farmers can apply for permits directly through the mobile app, reducing paperwork and manual processes. | ||
|
||
- **Permit Approval and Management:** Permit authorities can efficiently review and approve applications, ensuring compliance with regulations. | ||
|
||
- **Produce Extraction Planning:** The app enables collaboration between farmers and extraction teams to plan and schedule produce extraction. | ||
|
||
- **Extraction Record Keeping:** Extraction teams can record extracted produce data, including quantity and quality, for accurate reporting. | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
Before using the Intellimills app, you need to ensure that: | ||
|
||
- You have an Android device with Android OS version 5.0 (Lollipop) or higher. | ||
|
||
### Installation | ||
|
||
1. Download the Intellimills APK file from the [Releases](https://github.com/yourusername/intellimills/releases) section of this repository. | ||
|
||
2. On your Android device, go to **Settings > Security**. | ||
|
||
3. Enable the "Unknown Sources" option to allow installation from sources other than the Play Store. | ||
|
||
4. Locate the downloaded APK file and tap on it to begin the installation. | ||
|
||
5. Follow the on-screen instructions to complete the installation. | ||
|
||
## Usage | ||
|
||
|
||
## Contributing | ||
|
||
|
||
## License | ||
|