Yashu Mittal

Results 202 issues of Yashu Mittal

Allow owners to set their LogChimp site with GDPR compliant, only after enabling this option will allow their customers to delete the data. ## Implementation In the Dashboard settings "GDPR...

area:frontend
area:backend
area:database
wait for review
💬 RFC

After moving to Nuxtjs, the post view is not showing authenticated user upvote. ![CleanShot 2022-04-17 at 18 58 58](https://user-images.githubusercontent.com/29014463/163718664-503b4d21-a8bb-4ba4-82c6-9488b9458131.gif) Technical reason, since the auth token is not being sent on...

bug
area:frontend

This will allow site admins to blacklist certain domains from creating account from site settings in dashboard.

good first issue
area:api
area:backend
area:database
hacktoberfest-accepted
difficulty:medium

**NOTE:** The webhook's APIs are still work in progress and not functional with any other part of the app. _These APIs maybe part of future releases as they will not...

area:backend
area:database
feat:webhooks

feature
area:backend
None/Backlog (P5)

**Describe the bug** On running the site on a server _(not on localhost)_ the image URL seems to be broken as it is reaching the incorrect url. **To Reproduce** The...

bug
area:backend
difficulty:medium

When the mail configuration is missing from `logchimp.config.json` and few API route will return a server error. ```js { message: "Mail configuration missing", code: "MAIL_CONFIG_MISSING" } ``` This approach is...

enhancement
help wanted
area:api

- [x] #103

area:backend
None/Backlog (P5)

Store all types of error message in json format and send the response back based on the error type. **For example** ```js module.exports = { SERVER_ERROR: { message: "Server error",...

help wanted
area:backend