Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sawa-ko/akatsuki-client-web
The web client is used to use the services of Akatsuki Project in a browser of any device, and also serves to process transactions, web services that Android and IOS application clients need and, among other aspects.
https://github.com/sawa-ko/akatsuki-client-web
Last synced: 7 days ago
JSON representation
The web client is used to use the services of Akatsuki Project in a browser of any device, and also serves to process transactions, web services that Android and IOS application clients need and, among other aspects.
- Host: GitHub
- URL: https://github.com/sawa-ko/akatsuki-client-web
- Owner: sawa-ko
- Created: 2021-04-01T00:41:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T21:17:51.000Z (over 2 years ago)
- Last Synced: 2024-12-23T21:54:22.077Z (12 days ago)
- Language: HTML
- Size: 3.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClientWeb
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.22.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
## Akatsuki Project Client web by the Kodachi team.
The web client is used to use the services of Akatsuki Project in a browser of any device, and also serves to process transactions, web services that Android and IOS application clients need and, among other aspects.
## Version control structure
We have a **structured version control**, in order to control how many changes, corrections, new features have been added to the application since its previous update. We will explain an example of how version control is structured.
For example we have this version **1.6.27.8**, this version is structured as follows.
```bash
1. Number of major updates.
6. Number of days elapsed since the last update.
27. Number of new features added.
8. Number of changes. Bug fixes and code improvements.
```This version control applies to all version names of the application.
## Important notes
- The tests must be executed with the authorization of the administrator and all events, problems or actions carried out with the client must be informed.
- The client can only be tested by assistant administrators and some moderators, to avoid unwanted data leakage.Reporting any important problem is recommended so that it can be corrected by high-ranking administrators and prevent the end customer from being affected by damaging the platform. Please inform all of this to high-ranking administrators or make a "Failure Report" in the API repository.
## Start the server Angular
```bash
## Development serverRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app 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. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).code.'
```## Important notes about new Commits.
- The commit will not be accepted if it has a corrupt code or the code has a bug that was not corrected.
- The commit will not be accepted if the general file structure of the API is changed.
- The commit will be accepted after being reviewed by the administrators and tested by the same on a local PC before it can be released to the public and added to the master branch.
Any questions, problems or comments, inform the general administrator **"@Sawako\_\_"**.