Implement Alerts as an Entity and remove the node integration.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | user_alert.tar_.gz | 18.85 KB | bernman |
Implement Alerts as an Entity and remove the node integration.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | user_alert.tar_.gz | 18.85 KB | bernman |
Comments
Comment #1
kevinquillen commentedComment #2
kevinquillen commentedComment #3
bernman commentedI've taken an initial stab at converting the module to be fully entity based. As a consequence, since the scheduler module only works with nodes, the module now needs to provide its own Scheduling functionality (which I borrowed liberally from the Scheduler module). The new version does not provide any upgrade path from the existing module.
If you are interested, I can provide additional details as desired.
Comment #4
kevinquillen commentedIt's been on my list a while but have been pretty busy with project work. On the upside, I have a much better grasp on the Entity system. Would appreciate any help.
Comment #5
bernman commentedI'm attaching a tarfile of the code as it's such a major rewrite that a patch file seems inappropriate. Hope that's ok. The code could use some additional cleanup and some admin settings that would be useful are not in there yet. Still, it seems functional. Happy to help.
Comment #6
kevinquillen commentedI'll be able to take a look at this this week.
Comment #7
kevinquillen commentedSee 2.x branch.