Coder Social home page Coder Social logo

feature-requests's Introduction

Feature Requests

Build Status Coverage Status

A CRUD application for managing feature requests. Uses Django 1.9 and runs on Python 2.7 or Python 3.4+.

Features

  • A full CRUD application for managing and viewing reature requests.
  • Uses Django 1.9 and Bootstrap 3
  • 100% test coverage

Open Source

This application runs on open source software.

  • Django 1.9
  • Bootstrap 3
  • django-bootstrap3 — Django utilities for working with Bootstrap 3
  • django-ordered-model — Django package for rearranging feature request's client priority
  • factory-boy — Used to create test data
  • coverage — Adds test coverage tracking

Running the App

Install Dependencies

Use pip to install the app's dependencies from requirements.txt:

pip install -r requirements.txt

Migrate the Database

Running migrations will create the SQLite database.

python manage.py migrate

Load Fixtures

Next, load the sample data into the database.

python manage.py loaddata clients product_areas feature_requests

This adds 3 clients, 4 product areas, and 5 sample feature requests.

Run the Server

Finally, run the server and navigate to http://127.0.0.1:8000/ in your browser.

python manage.py runserver

Running the Tests

To run the tests, first ensure that you are in the project's root directory (the one that contains the files manage.py, README.md, and requirements.txt). Then run the following command:

coverage run manage.py test

To view the test coverage statistics run coverage report.

Screenshots

List

Feature Requests list

Detail

Feature Requests detail

Create

Feature Requests create

feature-requests's People

Contributors

grantmcconnaughey avatar

Watchers

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