Skip to content

Commit

Permalink
[CARD-51] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmth-tier2 committed Mar 18, 2024
1 parent f6ede76 commit 55aebd4
Showing 1 changed file with 29 additions and 30 deletions.
59 changes: 29 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,35 @@
[![jhc github](https://img.shields.io/badge/GitHub-jrsmth-181717.svg?style=flat&logo=github)](https://github.com/jrsmth)
[![angular](https://img.shields.io/badge/angular%20-17%20-blue.svg?style=flat&logo=Angular&logoColor=white)](https://www.angular.io)
<!-- Workflow Badge - Team City and/or GitHub Actions -->
# webapp
*/ˈkɑːdɪnəl/ Of the greatest importance; fundamental.*
[![main](https://github.com/cardinal-app/webapp/actions/workflows/main.yaml/badge.svg)](https://github.com/cardinal-app/webapp/actions/workflows/main.yaml)

<br>
# <img src="./src/assets/badge.png" width="28" alt="Logo"> Webapp
*/ˈkɑːdɪnəl/ Of the greatest importance; fundamental.*

#### `v0.0.x` - Angular 16/17 Demo Functionality
- Signals
- Deferrable Views
- New Control Flow Syntax
- Server-Side Rendering (SSR) & Hydration
- Default standalone components
- Unit testing with Jest
- E2e testing with Cypress
![cardinal_demo](https://github.com/jrsmth/ultima/assets/34093915/701a547e-66ab-4178-9da1-cb5ae9654166)

<br>
## Explanation
- 🧬 Suite of tools to assist with life admin
- ℹ️ [More info](https://github.com/cardinal-app)

### Project Structure
- src
- app
- structure (presentation structure) [tested with Cypress?]
- login
- home
- fit-track
- x
- y
- core (global functionality) [tested with Jest?]
- components
- guards
- model
- pipes
- services
- utilities
- `app.*.*`
## Project
```javascript
const tree =
{
"src": {
"core": [ /* Tested with Jest (unit) &dagger; */
"components",
"guards",
"model",
"pipes", /* &dagger; */
"services", /* &dagger; */
"utilities" /* &dagger; */
],
"presentation": [ /* Tested with Cypress (integration) */
"login",
"home",
"fit-track"
],
"app": "app.*.*"
}
}
```

0 comments on commit 55aebd4

Please sign in to comment.