Skip to content

Add functionality to save and delete boards and threads in the database#56

Open
PabloDons wants to merge 1 commit into
Issung:developfrom
PabloDons:develop
Open

Add functionality to save and delete boards and threads in the database#56
PabloDons wants to merge 1 commit into
Issung:developfrom
PabloDons:develop

Conversation

@PabloDons

Copy link
Copy Markdown

Implemented methods in DataController to persist and remove boards and threads. Updated MainController to call these methods based on user settings for saving lists on close.

When "Save URLs on exit" option is toggled, threads only persist on graceful exit. However if the process is killed, all the threads are lost. This change allows threads to persist without relying on a graceful exit, but instead saves them into the database on every addition/deletion

Implemented methods in DataController to persist and remove boards and threads. Updated MainController to call these methods based on user settings for saving lists on close.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant