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

Add CbvFlows model and controller for flow logic (FFS-679) #7

Merged
merged 4 commits into from
Apr 29, 2024

Commits on Apr 26, 2024

  1. Add CbvFlows model and controller for flow logic (FFS-679)

    * Store the Argyle User ID for the current user in a model called
      `CbvFlow`.
    * Create a CbvFlow controller to handle routing between those pages.
      This controller may get big; we can break it up if it does.
    * Add a `bin/update` script to run after you `git pull` to make sure you
      have all the new dependencies and everything.
    * Add some light testing of each page separately
    tdooner committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    037b0dd View commit details
    Browse the repository at this point in the history
  2. Fix pages#home view spec

    The filename needs to end with _spec.rb for Rspec to discover and run
    it.
    tdooner committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cc1db83 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'main' into add-cbv-flow-controller

    # Conflicts:
    #	app/controllers/providers_controller.rb
    #	config/routes.rb
    allthesignals committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1d90c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73cb59f View commit details
    Browse the repository at this point in the history