Skip to content
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

Feature: invite friend api #1309

Closed
wants to merge 1,406 commits into from
Closed

Feature: invite friend api #1309

wants to merge 1,406 commits into from

Conversation

AtmegaBuzz
Copy link
Collaborator

@AtmegaBuzz AtmegaBuzz commented Aug 3, 2023

Fix Invite a Friend API#1232

Route: /api/v1/invite_friend/

Body Json

{
"email":"swapnilshinde9382@gmail.com"
}

Response

{
    "title": "SUCCESS",
    "Points": "+1",
    "message": "An email has been sent to your friend. Keep inviting your friends and get points!"
}

invite

fredfalcon and others added 30 commits August 13, 2022 12:01
* removed print statements

* report get() view changed to IssueCreate

* docker file using poetry and docker compose support

* captcha validation added
* removed print statements

* report get() view changed to IssueCreate

* docker file using poetry and docker compose support

* captcha validation added
* removed print statements

* report get() view changed to IssueCreate

* docs updated

* invite friends option added
* removed print statements

* report get() view changed to IssueCreate

* docs updated

* spam changed to flag and leaderboard code seprated
* removed print statements

* report get() view changed to IssueCreate

* docs updated

* search by month leaderboard ui + backend

* monthly leaderboard with year selector

* add space in {%else%} requested changes

Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com>
* hardcoded url removed

* Monthly leaderboard (#919)

* removed print statements

* report get() view changed to IssueCreate

* docs updated

* search by month leaderboard ui + backend

* monthly leaderboard with year selector

* add space in {%else%} requested changes

Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com>

Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com>
* each month leaderboard

* minor fix
* cleaning, api views and templateviews splitup

* Delete requirements.txt
* cleaning, api views and templateviews splitup

* Delete requirements.txt

* cleaning, api views and templateviews splitup

* total score and all acitvities added to user profile

* list index out of range fixed

* resolved conflixt

* Delete requirements.txt

We’re using poetry

Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com>
* wrong credentials error message showing

* fix login error not showing

* large filename error fix (#943)

* deps removed
* Code restructured | moved nav code to navbar.html

* Navbar modified | created navbar.css

* hover styling added

* fix Report Bug page form
* fix tests | both tests moved to chromedriver| removed gekodriver

* updated .gitignore | removed requirements.txt and webdrivers

* captcha and domain check bypass during test
* fix tests | both tests moved to chromedriver| removed gekodriver

* updated .gitignore | removed requirements.txt and webdrivers

* captcha and domain check bypass during test

* run test on pr workflow added

* linter failing fix | version changes

* run on all branches

* fix domain check failing

* fix tests | both tests moved to chromedriver| removed gekodriver

* updated .gitignore | removed requirements.txt and webdrivers

* captcha and domain check bypass during test

* domain exception added for bugheist.com

* store only domain in the db
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.5.0 to 3.7.0.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](jazzband/django-debug-toolbar@3.5...3.7)

---
updated-dependencies:
- dependency-name: django-debug-toolbar
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@DonnieBLT
Copy link
Collaborator

can you please fix the conflicts

Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix conflicts and update branch

Bumps [ua-parser](https://github.com/ua-parser/uap-python) from 0.10.0 to 0.18.0.
- [Commits](https://github.com/ua-parser/uap-python/commits)

---
updated-dependencies:
- dependency-name: ua-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@AtmegaBuzz
Copy link
Collaborator Author

sure working on it

@DonnieBLT DonnieBLT closed this Aug 12, 2023
auto-merge was automatically disabled August 12, 2023 19:40

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet