APPLICATION OVERVIEW
An Android application that allows interviews measuring a candidate’s emotional quotient to be automated and analysed in order to improve the recruitment process for a business.
HOW TO GET STARTED
-
Clone the repository using https://github.com/unit02/Project-CLVR.git
-
Checkout the 'Master' branch
-
Open Android Studio
-
Import the project 'dawndev' into Android Studio by: click 'Open an existing Android Studio project', then navigate to the directory dawndev that you just downloaded and select it
-
This would open up the project in android studio
-
To test the prototype, build the gradle by clicking 'Build' > 'Rebuild Project'
-
Run the application by clicking 'Run' > 'Run App'
To view the prototype feature descriptions and results, visit Prototype Description and Features wiki page.
To view the final application feature descriptions, visit [Final Application Features] (https://github.com/unit02/Project-CLVR/wiki/Final-Application-Features) wiki page.
Since our project combines many different libraries, importing the project might require following the instructions in the console to install the required libraries
Ensure that in Tools> Android > SDK Manager > SDK Platforms that:
- Android 5.0 Lollipop is installed (minimum SDK 21 is required to run our application), the phone used to test will also need to be above this version.
Ensure that in Tools> Android > SDK Manager > SDK Tools that the following tools are installed:
- Android Support Library
- Android Support Repository
- Google Play Services
- Google Repository
All Sprint related documentation (user stories, acceptance tests, velocity, meeting notes, sprint planning, sprint review, sprint retrospective, individual contribution) are in the following wiki pages:
Sprint #1
Sprint #2
Sprint #3
Sprint #4
Sprint #5
To view the project management tool, visit Project Management Tool Details
wiki page.
To view the team mapping and details, visit the Team wiki page.