Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Releases: nwatchcanada/nwapp-front

Prototype - Release 5

01 Jan 04:09
Compare
Choose a tag to compare
Prototype - Release 5 Pre-release
Pre-release

Implementation Detail

  • Latest progress to support the new API endpoints released from the nwapp-back v0.4-alpha release.
  • Minor bug fixes

Developer Note(s):

  • This release is a good candidate to fork when starting new projects.

Prototype - Release 4

18 Nov 01:19
Compare
Choose a tag to compare
Prototype - Release 4 Pre-release
Pre-release

Updated the backend API handling to communicate with a Django backend. This code is for nwapp-back v0.3.

Prototype - Release 3

23 Jul 03:42
Compare
Choose a tag to compare
Prototype - Release 3 Pre-release
Pre-release

Rewrote the handler with which communicates to the nwapp-back backend project which was re-written to use Golang instead of Python. Some changes:

  • Removed MessagePack content serializing and using JSON instead

  • API communication with backend for (1) tenant list (2) dashboard (3) login

Prototype - Release 2

23 Jul 03:37
Compare
Choose a tag to compare
Prototype - Release 2 Pre-release
Pre-release

Latest progress with implementing the prototype for the Neighbourhood Watch.

Prototype - Release 1

13 Jun 13:39
e6b7761
Compare
Choose a tag to compare
Prototype - Release 1 Pre-release
Pre-release

The prototype codebase which can be deployed for a a quick prototype.

Features:

  • Multiple prototype screens to see in the staff section
  • Login authentication with backend
  • Support for multi-tenancy using subdomains
  • Support for the MessagePack binary serializer for API endpoints