bugnet
bugnet copied to clipboard
Add Category to mailbox filter configuration
We usually have a single project per client and then we create multiple categories for the different projects per each client. In some cases it would be very helpfull to be able to create a specific mailbox where you can send specific items for a given category. That was you could have multiple mailboxes on the same project and link them to specific categories.
Been looking at the code and this could also be solved by just adding a few tokens to the email. For example, on the subject: [name of the category] the rest of the subject
this would create the item in the "name of the category" category and use "the rest of the subject" as the title.
How do you handle upgrade scripts for the DB? I want to send some code for this but not sure how to do.
Any changes are usually updated in the Database project and the change script is put in https://github.com/dubeaud/bugnet/blob/master/src/BugNET_WAP/Providers/DataProviders/SqlDataProvider/Latest.SqlDataProvider.sql right now it has all the previous release scripts in there so they can be cleared out and your changes added.