What would you like done?
There is a plugin: Discourse Saved Searches
Changes to be done:
-
The main idea is to give users the ability to track new posts in the chosen combinations: category-subcategory-tag. When there is a new topic in this combination, a standard notification should be sent. So the mechanics of the plugin should be changed in this part.
-
The user preferences page should be changed: text fields changed to “category”-“subcategory”-“tag” combination like here:
-
Change schedule. At this time it is done once a day. I need the searches to be done every 1-15 minutes depending on the server load. I’ll decide later.
I found in the code this line
SEARCH_INTERVAL = 1.day
here:
app/jobs/scheduled/schedule_saved_searches.rb
If I change it to
SEARCH_INTERVAL = 15.minutes
Maybe that’s the solution.
- Change the number of lines in the list of searches from 5 to 10.
I found
export default Ember.Controller.extend({ saving: false, maxSavedSearches: 5,
here
assets/javascripts/discourse/controllers/preferences-saved-searches.js.es6
When do you need it done?
1 week
What is your budget, in $ USD that you can offer for this task?
I’d like to receive your quote. Please, pm me.