-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Adding some functionality #922
Description
I am looking into FreshRSS and trying to add some functionality. I want to be able to use the product for selecting rss items to publish to: 1. website and 2. newsletter. My French is everything besides good and I am not familiar with MINZ :( The idea is to add two new RSS items booleans: "is_website" and "is_newsletter". Based on this selection I filter out the one I need and integrate them with 1. a website, 2. Mailchimp. Mailchimp as the option to do RSS driven campaigns.
The concept is that several employee from on company can select RSS items they like and chose if should be on the website and offered in the company newsletter. (Yes a approval process also needs to be added...next step :) ) When the boolean is set the items are accessible through FreshRSS (using APi, RSS, XML...)
I am willing to support this project 400 EUR if this functionality can be added and the offer to participate in the business that is will be opened through this functionality. If interested please contact me. I will use the Freelancer platform to get the job done and do the payment.
I already did the db changes in the table fresrss_admin_entry. Also added the booleans and two other columns (isapproved, newsletterid) into the Model. Currently working on the controller but here thing sget a little bit complicated for me.