kimeraapp / pythonjobs.ie

Python jobs Ireland
http://pythonjobs.ie
GNU General Public License v2.0
30 stars 28 forks source link

Report a job #34

Open mariusavram91 opened 9 years ago

mariusavram91 commented 9 years ago

There should be a report button for each job.

mariusavram91 commented 9 years ago

We should get an email after 5 reports and the total should be stored in the db but not shown on the website.

NakitaOza commented 7 years ago

@mariusavram91 Hey Can I work on this?

NakitaOza commented 7 years ago

@mariusavram91 @edgarlatorre

I have implemented the report button, and saved the number of reports in the db.

I had the following queries about the email part: 1) Who should get the email? 2) Which smtp server is expected?

EMAIL_HOST = os.environ.get('EMAIL_HOST') EMAIL_HOST_USER = os.environ.get('EMAIL_USER') EMAIL_HOST_PASSWORD = os.environ.get('EMAIL_PASSWORD') EMAIL_PORT = 587 EMAIL_USE_TLS = True

This is mentioned in settings.py. What should go in the above mentioned fields?

Thanks in advance ....

NakitaOza commented 7 years ago

@mariusavram91 @edgarlatorre Should I create a pull request for this?

edgarlatorre commented 7 years ago

Hi @NakitaOza, sorry for the delay. For the smtp serve you can use some service like sendgrid. It'd be nice if you can create a pull request to implement this.

Thanks a lot!

NakitaOza commented 7 years ago

Hi @edgarlatorre , Will raise a pull request once I am done with the email part, thanks for you help.

NakitaOza commented 7 years ago

@edgarlatorre Hi, I have implemented #34 and raised a pull request. Thanks!!!

NakitaOza commented 6 years ago

@edgarlatorre @mariusavram91 Is this project still on going? If yes then i would like to contribute on other issues too....

edgarlatorre commented 6 years ago

Hi @NakitaOza, sorry for the delay, if you have interest in this project we can add you as a developer. @mariusavram91 and me are not working in this project frequently. cheers!