All Projects → alphagov → collections

alphagov / collections

Licence: MIT license
Serves GOV.UK navigation pages, browse, topic, step-by-steps & services and information pages.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Gherkin
971 projects
shell
77523 projects

Projects that are alternatives of or similar to collections

government-frontend
Serves government pages on GOV.UK
Stars: ✭ 42 (+31.25%)
Mutual labels:  container, govuk, govuk-publishing-frontend
finder-frontend
Serves finder and search pages for GOV.UK
Stars: ✭ 15 (-53.12%)
Mutual labels:  container, govuk, govuk-publishing-frontend
publishing-api
API to publish content on GOV.UK
Stars: ✭ 29 (-9.37%)
Mutual labels:  container, govuk
search-api
Search API for GOV.UK
Stars: ✭ 21 (-34.37%)
Mutual labels:  container, govuk
content-data-api
Data warehouse that stores content and content metrics to help content owners measure and improve content on GOV.UK
Stars: ✭ 13 (-59.37%)
Mutual labels:  container, govuk
publisher
Publishes mainstream content on GOV.UK
Stars: ✭ 42 (+31.25%)
Mutual labels:  container, govuk
govuk publishing components
A gem to document and distribute frontend components for GOV.UK applications
Stars: ✭ 45 (+40.63%)
Mutual labels:  govuk, govuk-publishing-frontend
smokey
Smoke tests for GOV.UK
Stars: ✭ 42 (+31.25%)
Mutual labels:  container, govuk
tableau-server-docker
Dockerfile for Tableau Server on Linux - Single Node
Stars: ✭ 111 (+246.88%)
Mutual labels:  container
shorty
URL shortener available as library, microservice (even containerized), aws lambda, and azure function
Stars: ✭ 31 (-3.12%)
Mutual labels:  container
p3y
A single binary reverse proxy written in go. It was developed for use in Kubernetes, to wrap services like Prometheus with simple BasicAuth and TLS encryption.
Stars: ✭ 15 (-53.12%)
Mutual labels:  container
docker-cassandra-k8s
Cassandra Docker optimized for Kubernetes
Stars: ✭ 13 (-59.37%)
Mutual labels:  container
microcore
.NET Core framework for inter-service communication
Stars: ✭ 24 (-25%)
Mutual labels:  container
PainlessDocker
Painless Docker book git repository.
Stars: ✭ 17 (-46.87%)
Mutual labels:  container
yoda
Simple tool to dockerize and manage deployment of your project
Stars: ✭ 69 (+115.63%)
Mutual labels:  container
drupal-container
Drupal container for running Drupal sites with Docker, built with Ansible.
Stars: ✭ 37 (+15.63%)
Mutual labels:  container
Container
🚀 PHP Service Container with fast and cachable dependency injection.
Stars: ✭ 28 (-12.5%)
Mutual labels:  container
db2-docker
Docker image to run DB2 LUW
Stars: ✭ 37 (+15.63%)
Mutual labels:  container
DrawContainerDemo
作业盒子批注控件反编译
Stars: ✭ 17 (-46.87%)
Mutual labels:  container
undock
Extract contents of a container image in a local folder
Stars: ✭ 119 (+271.88%)
Mutual labels:  container

Collections

Collections serves the GOV.UK navigation pages and organisation pages. Search API is used to make the pages dynamic e.g. the latest changes for Topics, Organisations and Mainstream browse pages.

At time of writing, it also serves the priority campaign pages. See the Campaign pages manual for more details.

Live examples

Nomenclature

Topics

  • Curated list: a group of content tagged to a subtopic that has been curated into a named list.
  • Topic: a named group of sub-topics. (A deprecated name for this is "specialist sector".)
  • Sub-topic: a group of content within a topic. (A deprecated name for this is "specialist sub-sector".)

Technical documentation

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

You can use the GOV.UK Docker environment or the local startup.sh script to run the app. Read the guidance on local frontend development to find out more about each approach, before you get started.

If you are using GOV.UK Docker, remember to combine it with the commands that follow. See the GOV.UK Docker usage instructions for examples.

Running the test suite

bundle exec rake

To test a single file:

bundle exec rails test test/unit/application_helper_test.rb

To run JavaScript tests (only):

bundle exec rake jasmine

Pact tests

Collections Organisations API has a pact with GDS API Adapters.

See the guidance on Pact testing for how to run and modify the tests.

Further documentation

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].