Skip to the content.

Ala Hele

Table of contents

Overview

The purpose of this project is to provide a tool for the Hawaii Department of Education that facilitates the passing of state legislature.

Some of the main functions of this tool will be:

This application will help to streamline the legislative process and prevent measures from accidentally being retired due to disorganization or miscommunication.

Mockup Pages

This section provides a mockup pages for the Ala Hele user interface and its capabilities.

Landing Page

Login Page

Homepage

Bill List Page

Testimony List Page

Hearing List Page

Individual Hearing Page

Individual Bill Page

Testimony Page

Create a Testimony Page

User Profile Page

Continuous Integration

ci-ala-hele

Ala Hele uses GitHub Actions to automatically run ESLint and TestCafe each time a commit is made to the default branch. You can see the results of all recent “workflows” at https://github.com/alahele/alahele/actions.

The workflow definition file is located at .github/workflows/ci.yml.

Team