npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mis-back-to-office

v1.0.2

Published

![MoveInSync](/src/assets/images/logos/brand.svg)

Downloads

1

Readme

MoveInSync - Attendance Dashboard

MoveInSync

This project was generated with Angular CLI version 9.1.4 and is generated to work in strict mode (strictNullChecks, strictPropertyInitialization, etc.)

Development server


Execute npm start for a dev server. The app is configured to run at port 2000 and open automatically in browser on executing npm start. The app will automatically reload if you change any of the source files.


Static text extraction, TS Linting, Ts Lint Fixing

  1. Execute npm run lint to validate if all the TS lint rules are followed.
  2. Execute npm run lint:fix to fix all the editor fixable lints errors automatically.

Git Commits and Hooks

  1. The primary branch for development and merging code will be dev branch. Kindly, create feature/bug/any other development related branch from this branch.
  2. The branch for deployment to uat is dev-uat branch.
  3. The branch for deployment to production is master branch.
  4. Git Hooks have been added for code commit and push. The reason for adding them is to basically get a clean and a build time error free code to be pushed to the repository, which facilitates error free environment for the co-developers.

NOTE:

  • If any hotfix branch is created, do make a pull from master to dev branch when merging hotfix to master, so that the development environment is updated with those changes/fixes/additions
  • Do a mandatory pull from the dev branch before starting work, if you are not working in dev branch
  • Bypassing Git Hooks is not permitted

Pipelines, Build Command and Instance URLs

| Instance | Build command | Site URL | Jenkins Job URL | | ----------- | ------------ | ----------- | ----------- | | DEV | npm run build:dev | https://devservice7.moveinsync.com/| https://cit.moveinsync.com/jenkins/job/backtooffice-ui-Jenkinsfile-dev/ | STAGING | npm run build | https://btoffice-stage.moveinsync.com:8943/| https://cit.moveinsync.com/jenkins/view/backtoofice-ui/job/backtooffice-ui-Jenkinsfile/ | PERFORMANCE | npm run build:performance | https://wfoservice.moveinsync.com/ | https://cit.moveinsync.com/jenkins/view/WFO-Performance/job/backtooffice-ui-Jenkinsfile-wfo/ | | UAT | npm run build:uat | https://wfo-uat.moveinsync.com/ | https://cit.moveinsync.com/jenkins/job/backtooffice-ui-uat-Jenkinsfile/ | | PRODUCTION | npm run build:prod | https://bookingrule.moveinsync.com/ | https://utilities.moveinsync.com/view/booking-rule-engine-ui/job/booking-rule-engine-ui-Jenkinsfile/


Mandatory Editor Plugins

  1. Angular Language Service
  2. Code Spell Checker
  3. Markdown preview (for previewing this doc)
  4. npm
  5. SCSS intellisense
  6. SonarLint
  7. TSLint (Microsoft)

Custom TS typings

Add the TypeScript typings under custom_typings/ folder whose reference is already provided in the tsconfig.json


App page routings, constants, models, enums

  • The application page routings are constants defined in src/app/constants/app-routes.constants. Please use these for any page navigation so that it is a single point for modifications.
  • Do use namespaces and interfaces for API responses. Using any is prohibited unless absolutely necessary.

Further help

For any further help, drop to [email protected]