MicroPyramid / Django-CRM

Open Source CRM based on Django
https://bottlecrm.io
MIT License
1.93k stars 881 forks source link

Email and Planner apps disabled in urls.py #14

Closed smacktrace closed 6 years ago

smacktrace commented 6 years ago

You have the email and planner apps commented out in the main crm/urls.py. Is this intentional as you are still developing this CRM? Are you planning to add documentation on how to enable these features at http://django-crm.readthedocs.io ? These features/documentation would be very helpful!

# url(r'^emails/', include('emails.urls', namespace='emails')),
# url(r'^planner/', include('planner.urls', namespace='planner')),
btenaglia commented 6 years ago

Hello, What is the reason for emails and planners are commented? Are these modules ready to use?

jeremyklein commented 6 years ago

I uncommented these modules and found the following:

I can try to get these modules working, but I'm kind of shooting in the dark as to what the functionality is supposed to do. Is there any sort of test plan or set of requirements for these features?

jeremyklein commented 6 years ago

I changed the backend to the Django Dummy backend. This seemed to fix the only issue I found with the email module. There was also a link to an inbox, but I saw no code to implement this feature. I removed the Inbox link from each of the pages. If anyone has some requirements around how the Inbox should would I would be happy to try to implement.

I submitted a pull request with my updates. #16

ashwin31 commented 6 years ago

@smacktrace we planned to develop and release those at a later stage. We will start those and other enhancements as you are interested.

ashwin31 commented 6 years ago

16 merged.