Conversation
Expanded the README.md to include detailed information about the Bear River Conference application, covering its purpose, tech stack, core domain concepts, high-level request flow, local development setup, authentication, key routes, testing, linting, deployment notes, operational guidance, useful commands, troubleshooting, and contributing guidelines. This update aims to enhance clarity and usability for developers and contributors.
Removed the transaction_type column from the payments table in the ActiveAdmin interface and added a result_message column for improved clarity in payment details. This change aims to streamline the information presented to users and enhance the overall user experience in managing application payments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request significantly expands and improves the
README.mdfile to provide a comprehensive overview of the Bear River Conference Application, including its features, setup instructions, domain concepts, and operational guidance. Additionally, a small change was made to the ActiveAdmin applications index to improve payment information display.Documentation improvements:
README.mdwas rewritten to include a detailed description of the application's purpose, core features, tech stack, domain models, high-level request flow, setup and deployment instructions, authentication/admin details, key routes, testing and linting commands, email behavior by environment, operational guidance, troubleshooting tips, and contributing guidelines.Admin interface enhancements:
app/admin/applications.rb, the applications admin index table now displays theresult_messagefield for payments and removes thetransaction_typecolumn, improving the visibility of payment processing results for admins.