https://bugzilla.wikimedia.org/show_bug.cgi?id=39568
--- Comment #9 from Arthur Richards <[email protected]> 2012-08-27 21:00:56 UTC --- I think an easy way to solve this problem is to move the 'whitelist' of campaigns from the page that Yuvi has been maintaining and put it in a static file in the app. In reality, the whitelist is really only useful for mapping campaign codes (eg it-bz) to human-readable campaign names (since those aren't available anywhere else, afaik). Once the whitelist is moved to the app, we could make the script that captures campaign data a little smarter - have it select only campaigns that are currently enabled (which we can determine from data coming back from the API), and have it use the whitelist to ascribe the human readable name to the campaign if it is available. That way the 'whitelist' will not block enabled campaigns from being present in the app. This should be a pretty quick fix to implement. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
