meetling
meetling copied to clipboard
Web app for collaboratively preparing meetings.
Make it possible for a user to delete their account. This could be realized by anonymizing the user account and profile data.
Enable logging in from another device via email.
Running the UI tests against Safari fails with a `QuotaExceededError`, due to [localStorage wongly being disabled](https://bugs.webkit.org/show_bug.cgi?id=157010) in a WebDriver session. This should be fixed in Safari 10.1, which is not...
Add a Makefile target which helps in creating a code (and documentation) release. Some working code is already available in these experimental branches: - https://github.com/NoyaInRain/meetling/tree/release-utility - https://github.com/NoyaInRain/meetling/tree/release-doc
Making use of advanced user interactions fails in Firefox with `remote error: UnsupportedOperationError: mouseMoveTo`. This problem is addressed both for the [Selenium Node.js client](https://github.com/SeleniumHQ/selenium/issues/4564) and the [Selenium server](https://github.com/SeleniumHQ/selenium/issues/3693) and either...
Make use of `String.normalize()` for a better mapping from Unicode to ASCII characters, once it is available in Firefox for Android (see [these](https://bugzilla.mozilla.org/show_bug.cgi?id=918987) [issues](https://bugzilla.mozilla.org/show_bug.cgi?id=1344625)). Therefor, start `micro.util.slugify()` with `str.normalize("NFKD")...` and...
Make API URLs nicer by removing the object type, e.g.: ``` /api/meetings/Meeting:abcdef -> /api/meetings/abcdef ```
Add support for internationalization, i.e. translation and formatting of times/dates, numbers, etc.
At least Google and Bing are not able to parse Meetling. As seen by *Fetch as Google* / *Bing Page Preview*, both are stuck with the compatibility problem boot page.