Skip to content

A modern web-app to provide reputation incentive for universities to take and respond to feedback

Notifications You must be signed in to change notification settings

fixiversity/frontend

Repository files navigation

Fixiversity

A modern web-app to provide reputation incentive for universities to take and respond to feedback

Visit this project online at: https://fixiversity.com

Installation

  • (First time) Run: npm install in the base directory

Option 1

  • Create an environment variable called FIREBASE_KEY
    • Example: export FIREBASE_API_KEY=insert_key_here
  • Run npm run config in the base directory

Option 2

  • Create a new file in src/environments called keys.ts with the following template:
    export const keys = {
        apiKey: '<API_KEY>',
    }

Running

  1. Run: npm start in the base directory

  2. It will then be viewable on http://localhost:4200

Development

  • Use the Angular CLI to create components

    • Example: cd src/app && ng generate component loader
  • Values should preferably be statically typed. Avoid the use of the any type.

User stories

https://www.mindmeister.com/1267689157?t=LQOdZvlxEp

Name etymology

  • The name Fixiversity is a combination of the words Fix and University.

  • This name was chosen as it represents our mission of "fixing" universities that may have problems.

university (n.)

  • c. 1300, "institution of higher learning," also "body of persons constituting a university," from Anglo-French université, Old French universite "universality; academic community" (13c.), from Medieval Latin universitatem (nominative universitas), "the whole, aggregate," in Late Latin "corporation, society," from universus "whole, entire" (see universe). In the academic sense, a shortening of universitas magistrorum et scholarium "community of masters and scholars;" superseded studium as the word for this. The Latin word also is the source of Spanish universidad, German universität, Russian universitetŭ, etc

Issues

Send issues to our central issue repository: https://github.com/fixiversity/tracking

Project Links

Issue Repository

Trello (For non-code related tasks)

Initial concept

The Team

Caelum Forder

Victor Panayotov

Eric Moynihan

Sir oofsauce

Ayushi

Matt The Hat

Thomas Galligan

About

A modern web-app to provide reputation incentive for universities to take and respond to feedback

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages