Skip to content
dat-adi edited this page Aug 1, 2020 · 3 revisions

Welcome to the Eisen's Tickets wiki!

Based after the Eisenhower Matrix, this project is focused on delivering to you, a systematic ticket-based Eisenhower Matrix on your desktop.
The project runs utilizing,

  • python-sqlite3 for the database storing the tickets.
  • Tkinter for the GUI interaction, only limited to displaying the tickets for now.

And, of course, basic python to run the entire system. Each ticket is made up of,

  • Ticket ID, the place of the ticket in the database.
  • Timestamp, the time of making of the ticket.
  • Category, as to where the ticket is placed in the Eisen's tickets. (But, it is placed in the same database lol)
  • Task, entailing a task.
  • More Info, adding more information about the task at hand.

At present, the project is worked upon by only one person, and you can help out by contributing to the project. Check out the CONTRIBUTING.md for more info on that.

The wiki spans for a few more pages, to talk about how the project works. Feel free to browse through it.

Home talks about what the project is all about.
Project Workings section talks about how the project as a whole functions.
Tickets as a section talks about how the tickets are made and brought to life inside the project.

The wiki will be updated as per the changes made in case any other feature need be explained.

Clone this wiki locally