ZeusWPI / g2-frontend

Front-end application for G2.
https://g2-project.ga
MIT License
6 stars 0 forks source link

Refactor to Typescript + Project screens + Everything else #32

Closed maartenvn closed 3 years ago

maartenvn commented 4 years ago

This is a full rewrite of the core of the project to Typescript.

// A field error returns an error that is linked to a body input field. // (eg name or description when creating a project) inputErrors: [ { input: "name", message: "Name cannot be longer than 3 characters." } ]

maartenvn commented 4 years ago

I have added a base for i18n. I would support both English & Dutch since G2 will be the key access point for all Zeus projects, so supporting multiple languages would be great.

maartenvn commented 4 years ago

The frontend does no longer work with the latest version of the backend (as of right now). Use a mock server with the OpenAPI specification (g2-backend/openapi) to run the frontend.