As a user, I'd like to receive an iOS notification from Wikipedia for whenever a certain article is updated. I'd like to know when information is changed, updated, and/or have deleted more information, which would also require implementing a diff-screen because there's no purpose in showing an article has updated if you don't know what exactly has been updated. This would similar to be a Special:Watchlist function, but I have no idea how much work this would require reimplementing in a new programming language (Swift), and other languages it could require (such as Objective C, since according to the GitHub repository located at https://github.com/wikimedia/wikipedia-ios, shows that that language is currently ~64% of the code.) I would also be willing to help with developing some mockups :)
Edit: Not only that, it'd generally require some other stuff such as:
- A "Notifications" section in the Preferences
- A placement for this feature in the UI while still being discoverable for the person using the app
- Possibly changing the bottom navigation bar (which is already filled with 6 icons for 6 actions: TOC, change language, bookmark, share, change font-size, and mobile version of Ctrl+F/Cmd+F) Stuffing a 7th one would only make it more cluttery.
- etc. etc.