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

Views #6

Merged
merged 15 commits into from
Nov 20, 2023
Merged

Views #6

merged 15 commits into from
Nov 20, 2023

Conversation

Zilola-Nazarova
Copy link
Owner

In this branch, I added the following views:

  • groups
    • index.html.erb
  • purchases
    • index.html.erb
    • show.html.erb

For abovementioned views, I implemented the following actions:

  • GroupsController:
    • index
    • destroy
  • PurchasesController:
    • index
    • show
    • destroy

I have also added a helper function in group_helper.rb to calculate the sum of transaction amounts for a given group.

@Zilola-Nazarova Zilola-Nazarova merged commit 0cfd41c into dev Nov 20, 2023
3 checks passed
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.

1 participant