Git Product home page Git Product logo

hisabkitab-be's People

Contributors

ag93999 avatar dependabot[bot] avatar iamhssingh avatar pre-commit-ci[bot] avatar sourcery-ai[bot] avatar sumit4613 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

hisabkitab-be's Issues

IntegrityError: duplicate key value violates unique constraint "users_user_email_key"

Sentry Issue: HISABKITAB-BE-4

UniqueViolation: duplicate key value violates unique constraint "users_user_email_key"
DETAIL:  Key (email)=([email protected]) already exists.

  File "django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)

IntegrityError: duplicate key value violates unique constraint "users_user_email_key"
DETAIL:  Key (email)=([email protected]) already exists.

(22 additional frame(s) were not displayed)
...
  File "django/db/backends/utils.py", line 67, in execute
    return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
  File "django/db/backends/utils.py", line 76, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "django/db/utils.py", line 89, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)

Contacts API filtering/searching for name

ShowContact View should have a filtering or searching for name.

This should be used by FrontEnd application. Eg: If user enters 'Himan' in name, the API should be used to access all contacts containing 'Himan' in it. This should not be case-sensitive. Also, the API should be very fast.

Contacts API

contact app should have add API as well as show API

Accepting contact as JSONObject

In transactions, when user is adding a transaction, currently system accepts contact as Char. This should be enhanced to provide a support for accepting this as JSONObject rather than Char.

For more information refer to 101Loop/HisabKitab-FE#3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.