Several times a year, the team spends a week pitching and collaborating on self-directed ideas. We put what we build or prototype here so that others can contribute to the code, or just take a look at what we've been thinking about.
The projects the team are working on in the January 2018 firebreak are:
A page that includes options to:
- express interest as a potential data source - provide contact details to the GOV.UK Registers Team (not public)
- express interest as a potential user (publicly visible as a +1 for that register)
- provide contact details & service description/link/name to GOV.UK Registers Team (not public)
code: https://github.com/openregister/registers-upvote
readme: https://github.com/openregister/registers-upvote/blob/master/README.md
deployed prototype: https://registers-upvote.herokuapp.com/registers
A sprint-by-sprint list of what we're doing and learning that:
- documents achieved milestones for each sprint
- documents user research findings
code: https://github.com/openregister/registers_sprint_by_sprint
readme: https://github.com/openregister/registers_sprint_by_sprint/blob/master/README.md
deployed prototype: https://registersfirebrakeproject2018.herokuapp.com/
A mini-service that lets you explore your own data through the registers model. You will be able to
- Upload your own data
- Use existing fields or link to existing registers
- Create new fields specific to your subject area
- Mock up a register for your data and share it with colleagues, or even use it in a prototype service
code: https://github.com/openregister/firebreak-2018
deployed prototype: https://firebreak-2018.herokuapp.com
Frontend for hmrc/address-lookup
code: https://github.com/openregister/address-lookup-frontend
Adds an SNS notification when a register is updated and associated Lambda consumer examples for a Slack Webhook and Cache Invalidation.
code