[fmn] Minor fixups
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
238e78be26
commit
9b8520367c
2 changed files with 7 additions and 9 deletions
|
@ -23,9 +23,9 @@ The current version of FMN was implemented uses the deprecated fedmsg bus, not t
|
|||
Additionally, the FMN code is deeply integrated with the fedmsg ecosystem (e.g. the configuration setup for FMN is kept in the fedmsg.d/ directory)
|
||||
|
||||
UI
|
||||
~~
|
||||
~~
|
||||
after adhoc discussions with the development community one of the major issues is the FMN web UI:
|
||||
|
||||
|
||||
* The interface for creating new filters is complicated and confusing.
|
||||
* Users have to define filters seperately for different destentations (i.e. email and IRC) This is due to how the database is designed.
|
||||
|
||||
|
@ -55,8 +55,8 @@ Fedora infrastructure: packages, containers, modules, flatpaks.
|
|||
Stakeholders
|
||||
------------
|
||||
|
||||
- [@devel list question to gather
|
||||
requirements](https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SGGM3XPGQX77SEDOLEI376SZVRFKTXGR/)
|
||||
- `@devel list question to gather
|
||||
requirements <https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SGGM3XPGQX77SEDOLEI376SZVRFKTXGR/>`__
|
||||
- `Fedora Discussion
|
||||
thread <https://discussion.fedoraproject.org/t/notifications-application-aka-fmn-aka-apps-fedoraproject-org-notifications/36914/2>`__
|
||||
- Also ask the @mindshare / @ambassadors for the needs of non-packagers
|
||||
|
@ -148,10 +148,8 @@ Misc
|
|||
Suggested design
|
||||
----------------
|
||||
|
||||
.. image:: https://i.imgur.com/SsqFphF.png
|
||||
.. image:: workflow.png
|
||||
|
||||
(`graph
|
||||
source <https://edotor.net/?engine=dot#strict%20digraph%20%7B%0A%20%20%20%20incoming%20%5Blabel%3D%22Incoming%20Message%22%5D%3B%0A%20%20%20%20t1%20%5Blabel%3D%22Tracking%20Rule%201%22%5D%3B%0A%20%20%20%20t2%20%5Blabel%3D%22Tracking%20Rule%202%22%5D%3B%0A%20%20%20%20t3%20%5Blabel%3D%22Tracking%20Rule%203%22%5D%3B%0A%20%20%20%20f1%20%5Blabel%3D%22Filter%201%22%5D%0A%20%20%20%20f2%20%5Blabel%3D%22Filter%202%22%5D%0A%20%20%20%20d1%20%5Blabel%3D%22Destination%201%22%5D%0A%20%20%20%20d2%20%5Blabel%3D%22Destination%202%22%5D%0A%20%20%20%20notif%20%5Blabel%3D%22Notification%22%5D%0A%20%20%20%20incoming%20-%3E%20t1%3B%0A%20%20%20%20incoming%20-%3E%20t2%3B%0A%20%20%20%20incoming%20-%3E%20t3%3B%0A%20%20%20%20t1%20-%3E%20d1%3B%0A%20%20%20%20t1%20-%3E%20d2%3B%0A%20%20%20%20d1%20-%3E%20f1%3B%0A%20%20%20%20d1%20-%3E%20f2%3B%0A%20%20%20%20f1%20-%3E%20notif%3B%0A%20%20%20%20f2%20-%3E%20notif%3B%0A%7D%0A>`__)
|
||||
|
||||
Data model and configuration
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -361,8 +359,8 @@ making it harder to figure out who is using defaults.
|
|||
Skillsets
|
||||
---------
|
||||
|
||||
* fedora messaging
|
||||
* Web application UI
|
||||
* fedora messaging
|
||||
* Web application UI
|
||||
* Python (database)
|
||||
* Rabbitmq (used in the backend of FMN and could be useful to know)
|
||||
* Openshift
|
||||
|
|
BIN
docs/fmn/april2022/workflow.png
Normal file
BIN
docs/fmn/april2022/workflow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
Loading…
Add table
Add a link
Reference in a new issue