-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add notification categories and actions #92
base: master
Are you sure you want to change the base?
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 :