Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Feat/f2p 66 new logo #6

Merged
merged 7 commits into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Description

Front-end for an authority in Veritable. Issue licenses, verify licenses and view license holders.
Front-end for a Regulator ( Safe2Fly ) in Veritable. Issue licenses, verify licenses and view license that have been previously created holders.

---

## Getting started

Expand All @@ -14,6 +16,8 @@ To start the application, run:
npm start
```

---

## Interacting with the ACA Swagger API Layer directly

**[README](https://gist.github.com/andysign/145188bc361ea9dd7e44db1a5a8a282a)**
Expand All @@ -31,3 +35,5 @@ To connect to a custom backend: when first opening the GUI, instead of clicking
All the React components / sub-components, in this project are developed using the _folders-as-components_ methodology (this methodology is described in detail here **[NodeJsOrg article](https://nodejs.org/dist/latest-v7.x/docs/api/modules.html#modules_folders_as_modules)**).

That means that every existing React component here has its own folder with an _index.js_ file and the component itself. This makes importing components more elegant. In addition, certain components are grouped inside folders and sub-folders.

---
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veritable-authority",
"version": "0.2.2",
"version": "0.2.3",
"description": "Front-end for Veritable authority",
"author": "Digital Catapult (https://www.digicatapult.org.uk/)",
"license": "Apache-2.0",
Expand Down
Loading