Add notification categories and actions#92
Add notification categories and actions#92cri-tech wants to merge 1 commit intoperfectyorg:masterfrom
Conversation
I modified the database to have categories on notifications as well as registration for different categories for the user. I still have to manage the creation of categories in the backoffice, I also added the possibility of having actions (for compatible browsers) in the notifications. Todo : - improve the entry of actions in the send form
|
I will look at this in this week. |
|
@rwngallego can you check the docker files? I cannot create a docker image to test this: Step 3/8 : RUN apt-get install -y vim subversion mariadb-client wget |
|
@MocioF please check the latest master, we're now switching to the 5.8 apache docker image. |
|
@rwngallego Sorry for my delay, but I still have some problems in testing this commit, because I am not able to use the docker image. I'm working on a gentoo machine, so the problem could be I don't have apt installed |
|
@MocioF I can extract the changes and rebase our master branch there so that it works with the latest changes. I'll update you when I get some time to do it and probably send a separate PR. |
|
Hi, are there any updates related to those waited features? |
I modified the database to have categories on notifications as well as registration for different categories for the user.
I also added the possibility of having actions (for compatible browsers) in the notifications.
Todo :