Giter Site home page Giter Site logo

godswillonuoha / fra Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 32 KB

Feature Request App (FRA) is a simple Flask, SQLAlchemy, and Bootstrap application that enables users to capture Feature requests from clients and prioritize them.

Python 42.07% CSS 5.19% JavaScript 5.86% HTML 35.08% Shell 11.80%

fra's Introduction

FRA

codecov Build Status

Feature Request App is a simple Flask, SQLAlchemy and Bootstrap application that enables users to capture Feature requests from clients and prioritize them.

Features

  • A user with credentials can login.
  • Logged in user fill and submit the feature request form.
  • Logged in user can view current feature requests.
  • If an already assigned priority is chosen for a new feature, existing request priorities are re-ordered

Technologies

  • Python 3.7
  • Flask
  • SQLAlchemy
  • Jquery
  • Bootstrap

Usage

The app is hosted at https://my-feature-request.herokuapp.com

list features page

  • Login with "admin" and "password" as username and password.
  • The table on list features page is a paginated list of requested features. The table can be sorted by clicking the header on the column to sort by.
  • Click on any row to see more details regarding the feature

request features page

  • Select a client to populate the priority select field
  • The default value on the select is the next available on the Client's priorities of pending features. Other options show the title of the feature that has the priority assigned
  • To put current priority up, assign it the priority value, and other requests' priorities will auto adjust
  • Click submit when you have filled all field. A message will show success and the request will be available on the features list page.

Deployment:

clone repo and cd into the directory

git clone https://github.com/ozezzy/FRA

cd FRA

change the value of SQLALCHEMY_DATABASE_URI in config.py to URI of DB you would like to use. If not changed, the app will deploy successfully using SQLite but you will not be able to create features

Run deployment script.

sudo ./deploy.sh

Wait till you see "Deployment COMPLETE" and you are good to go.

(Deployment script tested on ubuntu16 and ubuntu18)

Note: the app is tested with Postgres database. It will work with any database but the driver requirement will need to be added to requirements.txt

Dev Setup

clone repo and cd into the directory

git clone https://github.com/ozezzy/FRA

and checkout development branch

install dependencies

pip install -r requirements.txt

serve in development environment

run python seed.py && python app.py

Testing with coverage data

coverage run test.py && coverage report FRA/*.py

AUTHOR

Godswill

fra's People

Contributors

godswillonuoha avatar dependabot[bot] avatar

Watchers

James Cloos 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.