meetling icon indicating copy to clipboard operation
meetling copied to clipboard

Web app for collaboratively preparing meetings.

Results 28 meetling issues
Sort by recently updated
recently updated
newest added

Make it possible for a user to delete their account. This could be realized by anonymizing the user account and profile data.

enhancement
depends-on
cat:webapp

Enable logging in from another device via email.

enhancement
depends-on
cat:webapp

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...

enhancement
depends-on
cat:tech

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

enhancement
cat:tech

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...

enhancement
depends-on
cat:tech

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...

enhancement
depends-on
cat:plus

Make API URLs nicer by removing the object type, e.g.: ``` /api/meetings/Meeting:abcdef -> /api/meetings/abcdef ```

enhancement
cat:tech

Add support for internationalization, i.e. translation and formatting of times/dates, numbers, etc.

enhancement
depends-on
cat:webapp

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.

bug