Skip to content

Releases: divyesh599/splitwise

splitwise-v2.0.2

27 Apr 07:37
Compare
Choose a tag to compare
  1. API Endpoint Creation:
    • Developed a new API endpoint in Splitwise for adding expenses.
  2. Functionality Overview:
    • Users can now seamlessly add expenses directly through the Splitwise interface.
  3. Input Parameters:
    • Specify expense type (Equal, Exact, Percent).
    • Provide a brief description of the expense.
    • Input the total amount paid.
    • Select users involved in the expense and the creator.
  4. Validation and Error Handling:
    • Implemented robust validation mechanisms to ensure accurate data entry.
    • Customized error messages guide users to correct any input mistakes.
  5. Expense Addition Process:
    • Upon successful validation, the expense is seamlessly added to the Splitwise platform.
    • Various splitting options are available based on the chosen expense type.
  6. User Feedback:
    • Immediate confirmation message notifies users of the successful addition of the expense.

splitwise-v2.0.1

23 Apr 09:13
Compare
Choose a tag to compare
  • Removed unused files and directories.
  • Added the "divvy" app for managing the initial database structure.
  • Included a PDF document for project assignment reference.

splitwise-v2.0.0

23 Apr 08:22
Compare
Choose a tag to compare

New version of splitwise using django.

splitwise-v1.0.0

23 Apr 07:27
Compare
Choose a tag to compare

Splitwise using Flask.