Skip to content

Commit

Permalink
remove stubs from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
A Rod authored and A Rod committed Oct 11, 2020
1 parent c929bca commit f4cdf44
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
# Frndos

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.3.

## Development server

Run `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/).

## 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).

# Amir's Notes
## Amir's Notes

1. side bar where you have 2 choices : add , view :
1. use routing to switch between these
Expand All @@ -35,8 +9,9 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
1. alternative view: complete view of all the friends in the network
1. we need to add details visualization to the nodes
1. as it is designed now, having feature modules is not useful
1. we could argue that we can separate the parts where we do editing on the "person" and "friends" from the View parts, or at least the graph should be in it's own moduel. We would need to sync ngrx between both modules

# TODO
## TODO
1. naming the person a friend, then naming the connections/friends of the person as friends is very confusing
1. fix deprecated packages and fix breaking changes
1. ng build --prod and fix errors

0 comments on commit f4cdf44

Please sign in to comment.