JoelMon / pyTalkManager

Software to aid public talk coordinators in the congregations of Jehovah's Witnesses.
http://theodevelopers.github.io/pyTalkManager
6 stars 1 forks source link

Public Talk Outline List #102

Closed JoelMon closed 8 years ago

JoelMon commented 9 years ago

Public Talk List Design

Need to come up with a design for dealing with public talk outline titles. Namely, the problem that an outline -- although rare -- may be retired in the future has to be dealt with. A design needs to be implemented that keeps data integrity when a title is retired.

Poor Solutions

Hard Coding Outline into pyTalkManager

A design for dealing with public talk outline titles is needed. Namely, the problem that an outline -- although rare -- may be retired in the future has to be dealt with. A design needs to be implemented that keeps data integrity when a title is retired.

Poor Solutions

Hard Coding Outline into pyTalkManager

JoelMon commented 9 years ago

I began work on the Talk Manager in commit d40c55bff2b but I ran into an issue. Read the commit message for more information.

I plan on adding an Import button that is only visible when there's no outlines entered into the database. If the there is outlines entered into the database then the Import button will be invisible.

JoelMon commented 8 years ago

This issue was implemented in pull #112 although a few