GithubHelp home page GithubHelp logo

hartl3y94 / o2nextgen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fossabot/o2nextgen

0.0 0.0 0.0 4.31 MB

Cross-platform .NET microservices and container based application that runs on Linux Windows and macOS.

Home Page: https://developer.o2bus.com

License: MIT License

TSQL 0.37% PowerShell 0.09% Shell 0.06% C# 45.11% HTML 14.94% CSS 37.87% JavaScript 1.30% Dockerfile 0.24%

o2nextgen's Introduction

O2 NEXTGEN (Codename Citadel)

Build & Coverage

master coverage status dev coverage status
Coverage Status FOSSA Status
Coverage Status
------------- -------------
Service build status coverage status dev - build status dev - coverage status
O2 Auth: o2-auth o2-auth
C-Gen: c-gen c-gen
S-Link:
L-Pay:
------------- ------------- ------------- ------------- -------------

Additionally:

Duplicated Lines (%) Bugs Bugs Code Smells Lines of Code Maintainability Rating Quality Gate Status Reliability Rating Security Rating Technical Debt Vulnerabilities

Logo:

Derivative products

  • #PF_R Community ( Personal Functional Recovery Community)

  • SmallTalk

Project started with

Used .net version .NET Core 2.1( 2.1.818); Url for download https://dotnet.microsoft.com/download/dotnet/2.1

{% page-ref page="deploy/local-machine/" %}

{% page-ref page="deploy/clouds/" %}

Commit Formats

Types

  • API relevant changes
    • feat Commits, that adds a new feature
    • fix Commits, that fixes a bug
  • refactor Commits, that rewrite/restructure your code, however does not change any behaviour
    • perf Commits are special refactor commits, that improves performance
  • style Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)
  • test Commits, that add missing tests or correcting existing tests
  • docs Commits, that affect documentation only
  • build Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...
  • devops Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...
  • chore Miscellaneous commits e.g. modifying .gitignore

Subject

  • use imperative, present tense (eg: use "add" instead of "added" or "adds")
  • don't use dot(.) at end
  • don't capitalize first letter

Examples

  • feat(c-get service): add the amazing button
    
  • feat: remove ticket list endpoint
    
    refers to JIRA-12337
    BREAKING CHANGES: ticket enpoints no longer supports list all entites.
    
  • fix: add missing parameter to service call
    
    The error occurred because of <reasons>.
    
  • build(release): bump version to 1.0.0
    
  • build: update dependencies
    
  • refactor: implement calculation method as recursion
    
  • style: remove empty line
    

MSSQL scripts conversion

Abbreviated names

  • uc - User Constraint
    
  • usp - User Stored Procedure
    
  • utf - User Functions
    

Database

  • Example PK :
Table name - 'Test_Table'
PK name - 'PK_TestTable'
  • Example FK :
Table name - 'Test_Table'
Reference table name - 'Ref_Test_Table'
FK name - 'FK_TestTable_RefTestTable'
  • Example DF :
Table name - 'Test_Table'
Columns name for DF - 'column_name'
DF name - 'DF_columnName'
  • Example AK :
Table name - 'Test_Table'
Columns name for AK - 'column_name', 'column_name_id'
AK name - 'AK_columnName_columnNameId'

Type script

Names of script

  • DDL
    
  • DML
    

Sample

  •   DDL - O2NextGen - dbo.Athlete_Group(dbo.[Table Name])
    
  •   DDL - O2NextGen - usp - json - Get_Config([dbo.usp_json_[Procedure Name]])
    
  •   DDL - O2NextGen - usp - Insert_Competition_Program([dbo.usp_[Procedure Name])
    
  •   DDL - O2NextGen - utf - Insert_Competition_Program([dbo.utf_[Function Name])
    
  •   DDL - O2NextGens_Tests - usp - Run_All_Tests(dbo.usp_[Procedure Name])
    

License

FOSSA Status

o2nextgen's People

Contributors

fossabot avatar live-dev999 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.