GithubHelp home page GithubHelp logo

ahepa-raffle's Introduction

AHEPA-Raffle

Coding Standard

Python Coding Standard

Pylint is used to enforce the coding standard. A convenience script for running the tool can be found in the scripts directory

Documentation

To build the documentation for the project, run the following commands from the top-level directory:

cd docs
make html

Open index.html in the _build directory to view the documentation

ahepa-raffle's People

Contributors

dependabot[bot] avatar karavolisl avatar

Watchers

 avatar  avatar

ahepa-raffle's Issues

Move User Guide

The README currently contains the user guide. Move this to another folder and write up a readme for contributors

About Window

Complete a help/about window that displays information about the program and instructions for its use.

Move to using signals

A small Signals class was made. This can be used more for interactions between the model and view components

Debug Window

Add the ability to run the program in debug mode. Have a debug console display and the ability to enter commands to control the program

Edit Ticket Window

Feature will enable user to edit the name associated with a ticket at runtime without restarting the raffle. Consider that the ticket may have already been drawn.

TableCell Text Sizing

The sizing of the text in the table cell is off. If the size is too large, it makes each row disproportionate. Find a way to make every cell the same size regardless of font size

View Ticket Names Window

This feature will allow the user to view all the ticket names in a popup table. The table need not be editable. Whether the ticket has been drawn or not should be conveyed.

Refactor FileManager

Make file management its own subsystem. Tolerate greater error in file formats.

Corrupted file popup

Construct a popup window to alert the user that their save file was corrupted and a default one will be made for them.

Update README

Update the README to include a short description of the program and it's basic instructions.

View Prizes Window

This feature will enable the user to view a table of the prizes (number and description) in a popup window. The table need not be editable.

Consolidate files into one save file

Consolidate save files, ticket names, prize info, etc. into a single XML file that can be parsed by File Manager at startup and makes the info available to other submodules

Refactor View.py

Make View into its own subsystem and remove unneeded dependencies it has on other subsystems

Pop out line edit

Allow the user to have a separate window for the line edit that can be used to remove tickets

Change Background Color Window

This feature will enable the user to change the background color of both the main table and the header. The user's choice should also be saved and restored when the program is restarted.

Edit Prize Alert Window

This feature will enable the user to edit aspects of prize alerts including font size, color, delay duration, and size.

Edit Prize Window

This feature will enable the user to edit a prize's description and/or number at runtime without restarting the raffle. Consider the prize's number may have already been passed and could have to occur again after the undo button is clicked.

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.