GithubHelp home page GithubHelp logo

macymuhia / ratable Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 4.0 19.46 MB

An application where employees can define their individual KPIs and get peer ratings on them and final scores from their respective Heads of Departments

Python 1.71% HTML 73.11% CSS 23.87% JavaScript 1.31%

ratable's Introduction

RATABLE

Ratable is a Human Resource web application that allows employees and employer to be able to rate themselves and this information be relayed to the Human Resource Person. This aims to solve the problem and challenges of having to rate staff on their key perfomace indicators that in the current state are mostly physical and tasking processes. We aim to solve this using this web application to ligthen this very task. Your comments and feedback are highly welcome.

Features (User Stories)

This app that allows employees to post Key Perfomance Indicators (referenced as KPI's henceforth) and rate themselves against these on a scale of 1-5.

  • Employee will be added/registered to view this we application by the HR- Admin.
  • Once registered, the employee will get a registration mail with an account activation token.
  • Once the employee clicks the token, he/she will be redirected to create a password and edit upon sign-in be redirected to update their profile.
  • Once this is done, the employee can now add an indicator based on the line-manager's area of interest to rate as will be in the dashboard.
  • Once the KPI's have been set, an email for activating the rating will be sent every quarter.
  • After an employee has rated themselves, it will send a notification to the line manger to rate them as well, after this a report will be generated.

Screenshot

![A screenshot of the app page]( "App Page")

Getting Started

These instructions will help get you started and your copy of the project up and running on your local machine for development and testing purposes. Also see deployment for notes on how to deploy the project on a live system.

Prerequisites

You will need to have the following.

- [x] Python version 3.6 - Readily available on any linux distro one may be using.
- [x] A code editor of your choice. I personally use webstorm, but other good freebee ones are Atom and VS code.
- [x] Terminal. We will run most of our apps from the terminal. Good knowledge in using the terminal is a plus. To start the terminal CTRL + ALT + T for linux.
- [x] Dependencies required will be installed in the next stage.

Installing

This is a step by step series of instruction that will tell you how to get a development env running and any other installations required.

  • Cloning the repository from the link. Open terminal and run the following command.
git clone https://github.com/hillarydalie/Ratable.git
  • When the cloning is complete, enter to the folder cloned by running this command.
cd Ratable/
  • Create a virtual environment by running either of the two commands. <preffered_environment_name> replace this with your environment name.
*pip install virtualenv*, when complete then run *virtualenv <preffered_environment_name>* or *python3 -m venv virtual*
  • Activate the virtual environment by running the following command.
source <preffered_environment_name>/bin/activate
  • We will then install all the dependencies used in the project simply by running the requirements.txt file as follows.
pip install -r requirements.txt
  • Install npm for the js library.
    sudo apt install npm
  • Install npm in your virtual environment. Ensure you are in the environment before running this command.
    npm i
  • Perform collectstatic to link out JS Library.
python3.6 manage.py collectstatic
  • The last thing is to test and make sure everything is running fine. We shall use this command.
python3.6 manage.py runserver

Now we are ready to work on the project on our local server.

Running the tests

An important aspect in python is writing tests to ensure our tests fail then writing code to ensure the tests pass. This has already been done. In order for you to run the tests you shall run the following code.

python3.6 manage.py tests

Ensure all the tests ran and pass. If you need to add any features in the models, write the test, run the test to see if it fails, then write the code to ensure the test now passes. This is a good practise.

Bugs

No bugs have so far been reported as of 11th of October 2019. If you find any do not hesitate to contact us via the repo link. GitHub

Built With

  • Django - This is a python framework used for most of this project.
  • Python - This was used for our business logic used for most of this project.
  • HTML5 - Mark up language for web pages.
  • CSS - Used to style HTML pages.
  • BOOTSTRAP - Bootstrap is an open source toolkit for developing with HTML, CSS, and JS.
  • JQuery - A javascript library used for addding javascript functionality to webpages.
  • AJAX - This is a javascript library to use XML request to update pages.

Contributors

This is my sole work. No contirbutors in this project. If you have forked and used this repository, kindly add my profile link in your list of contributors.

Authors

  • Mercy Muhia - Scrum Master
  • Julliet Kathure - Department Structure
  • Naomi Sigu - KPI Scoring
  • Hillary Dalie - Ratings & Data Representation
  • Tina Tasha - UI/UX Developmet

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Amiran Communications LTD.
  • Moringa School. Copyright Reserved (c) 2019

ratable's People

Contributors

hillarydalie avatar juliet-jay avatar macymuhia avatar naomi-sigu avatar tinatasha avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.