Skip to content

capstone-hospital-management-system/fe-hms

Repository files navigation

FeHms

This project was generated with Angular CLI version 14.2.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

How To Create New Issue

Title (with prefix)

  1. NFR = New Feature Request
  2. NR = Need Review
  3. NI = Need Improvement
  4. BE = Backend
  5. FE = Frontend
  6. UI/UX
  7. HLA = High Level Architecture
  8. BUGFIX
  9. HOTFIX

Example:

[NFR] Signup Page
[BUGFIX] Signup => Submit functionality
[NI] Login => Input text size

Description

Issue description consists of 3 informations:

  1. Design Picture (Optional)
  2. Description (Description detail of the issue, Required)
  3. Branch (Branch name of the issue, Not required if the branch is exist)

Example:

==================================================================

## Design

No design

## Description

Create new login page with login functionality

## Branch

$ git checkout feature/login

==================================================================

How To Naming Branch

There are several types of branch:

  1. feature: A new feature
  2. bugfix: A fix for issues found through development lifecycle
  3. hotfix: A fix on live, active apps, zero to minimal downtime for users
  4. coldfix: A fix on live, active apps, visible impact via downtime or system restarts

Example:

feature/prescription-update
bugfix/signup-submit
hotfix/diagnose-crud

About

Capstone Project - Front End - Hospital Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published