Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
W4W1R3 committed Nov 21, 2023
2 parents b702776 + 16b90f9 commit b55c2db
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/gradle.yml
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
51 changes: 51 additions & 0 deletions README.md
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

0 comments on commit b55c2db

Please sign in to comment.