diff --git a/docs/fmn/april2022/index.rst b/docs/fmn/april2022/index.rst index 2855106..2e1c3ec 100644 --- a/docs/fmn/april2022/index.rst +++ b/docs/fmn/april2022/index.rst @@ -356,6 +356,52 @@ Because the configuration of the default setup has changed over the years, users that logged in earlier have older default filter setups, making it harder to figure out who is using defaults. +Current UI +^^^^^^^^^^ +Login page +'''''''''' +:: + + apps.fedoraproject.org/notifications/ + +.. image:: oldscreenshots/login.png + +About page +'''''''''' +:: + + apps.fedoraproject.org/notifications/about + +.. image:: oldscreenshots/about.png + +Profile page +'''''''''''' +:: + + apps.fedoraproject.org/notifications/.id.fedoraproject.org/ + +.. image:: oldscreenshots/profile.png + +Filter list per context +''''''''''''''''''''''' +:: + + https://apps.fedoraproject.org/notifications/.id.fedoraproject.org/irc/ + https://apps.fedoraproject.org/notifications/.id.fedoraproject.org/email/ + +.. image:: oldscreenshots/filterlist.png + +Create / Edit Filter page +''''''''''''''''''''''''' +:: + + https://apps.fedoraproject.org/notifications/.id.fedoraproject.org/irc// + https://apps.fedoraproject.org/notifications/.id.fedoraproject.org/email// + +.. image:: oldscreenshots/createfilter.png + + + Skillsets --------- @@ -378,14 +424,14 @@ Possible Timeline ----------------- In 1 month -^^^^^^^^^^ +~~~~~~~~~~ * Email notifying community about work started on new FMN service has gone out * The development team has been onboarded * The backlog has epic level tickets created * Testing criteria is loosely defined for performance, ie what is the min/max acceptable time for receiving a notification In 3 months -^^^^^^^^^^^ +~~~~~~~~~~~ * An update is sent to the lists on work underway * Infra leads have been invited to a review of the work to date @@ -393,13 +439,13 @@ In 3 months * There is testing criteria/benchmarking agreed to In 6 months -^^^^^^^^^^^ +~~~~~~~~~~~ * The service is deployed in staging *or* its in production but it is not enabled for everyone yet * Testers are invited to onboard into the new service and help test performance * An outage period for cutover to the new service has been identified and planned if needed In 9 months -^^^^^^^^^^^ +~~~~~~~~~~~ * Hotfixes are applied diff --git a/docs/fmn/april2022/oldscreenshots/about.png b/docs/fmn/april2022/oldscreenshots/about.png new file mode 100644 index 0000000..ac3190e Binary files /dev/null and b/docs/fmn/april2022/oldscreenshots/about.png differ diff --git a/docs/fmn/april2022/oldscreenshots/createfilter.png b/docs/fmn/april2022/oldscreenshots/createfilter.png new file mode 100644 index 0000000..98a190e Binary files /dev/null and b/docs/fmn/april2022/oldscreenshots/createfilter.png differ diff --git a/docs/fmn/april2022/oldscreenshots/filterlist.png b/docs/fmn/april2022/oldscreenshots/filterlist.png new file mode 100644 index 0000000..5ff4114 Binary files /dev/null and b/docs/fmn/april2022/oldscreenshots/filterlist.png differ diff --git a/docs/fmn/april2022/oldscreenshots/login.png b/docs/fmn/april2022/oldscreenshots/login.png new file mode 100644 index 0000000..ca7ca29 Binary files /dev/null and b/docs/fmn/april2022/oldscreenshots/login.png differ diff --git a/docs/fmn/april2022/oldscreenshots/profile.png b/docs/fmn/april2022/oldscreenshots/profile.png new file mode 100644 index 0000000..06c9212 Binary files /dev/null and b/docs/fmn/april2022/oldscreenshots/profile.png differ