alphagov / maslow

Create and manage needs on GOV.UK

Home Page:https://docs.publishing.service.gov.uk/apps/maslow.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maslow

Maslow is a tool to create and manage user needs.

Technical documentation

This is a Ruby on Rails app, and should follow our Rails app conventions.

You can use the GOV.UK Docker environment to run the application and its tests with all the necessary dependencies. Follow the usage instructions to get started.

Use GOV.UK Docker to run any commands that follow.

Testing

The default rake task runs all the tests and records code coverage:

bundle exec rake

After running the tests, the coverage/ folder contains the generated report.

User accounts

Authentication is provided by the GDS-SSO gem. In the production environment an instance of Signon must be running in order to sign in.

In the development environment, the mock strategy is used by default. This removes the requirement for authentication, instead returning the first user in the database as the current user. This user is defined in db/seeds.rb.

Licence

MIT License

About

Create and manage needs on GOV.UK

https://docs.publishing.service.gov.uk/apps/maslow.html

License:MIT License


Languages

Language:Ruby 78.0%Language:HTML 17.4%Language:SCSS 2.2%Language:JavaScript 2.2%Language:Dockerfile 0.3%