Coder Social home page Coder Social logo

orqm's Introduction

ORQM

INTRODUCTION

Open Req Manager

Because managing requirements and associated tests should not be painful ! Trying to make a simple tool to manage this.

Base data to know on this:

  • use C++
  • Use Qt for multi OS support
  • QML used for GUI
  • use SQL:
    • sqlite first
    • other engines later (thanks to QtSql abstraction for easier addition of engines)

TODO / WISHLIST

What is to be expected from this tool (for now):

  • Add/remove users
  • Add/remove projects (name, description, date added)
  • Add/remove tests (name, description, date added, status ?)
  • Create/delete requirements (in terms of name, description, date of creation, date of addition to a project, date of removal of a project if any, associated tests etc)
  • Add/remove requirements to/from a specific project
  • Report generation containing :
    • the list of requirements associated to this project
    • the list of associated tests if asked
    • etc (list to be completed)
  • Possibility to have a log of all modifications performed on the database. This will allow users to fetch:
    • modifications between two dates for a given project (more options to define)
    • additions/removals/updates for all elements

TODO: update this document for more formal content

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.