Skip to content

Commit

Permalink
Remove BeLL mentions in README, etc (#3134)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmrssa authored and paulbert committed Feb 12, 2019
1 parent 6f612b8 commit 390ed0a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OLE maintains an on-boarding exercise for virtual interns that provides a founda
For those comfortable with GitHub and with the above languages please jump right into the following repositories and look for issues:

* [open-learning-exchange.github.io](https://github.com/open-learning-exchange/open-learning-exchange.github.io) - Our Wiki good for starter
* [Planet](https://github.com/open-learning-exchange/planet) - New iteration of our BeLL Apps planet learning written in TypeScript and Angular 6
* [Planet](https://github.com/open-learning-exchange/planet) - Planet Learning written in TypeScript and Angular 7
* [Treehouse Project](https://github.com/treehouses/) - A image builder for planet learning deployment in raspberry pi
* [Pirateship](https://github.com/ole-vi/pirateship) - Our homebrew system CLI tool

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/028682cc4cd969b05280/maintainability)](https://codeclimate.com/github/open-learning-exchange/planet/maintainability)
[![Build Status](https://travis-ci.org/open-learning-exchange/planet.svg?branch=master)](https://travis-ci.org/open-learning-exchange/planet)

# BeLL apps Angular reboot prototype **Planet**
# **Planet Learning**

Project to create a prototype for a reboot of the BeLL apps using Angular5 & CouchDB2.
Planet Learning is a generic learning system built in Angular & CouchDB.

Link to [Angular Doc](https://angular.io/docs) and [Material Design](https://material.angular.io/).

Expand Down
16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ang-bell-app": {
"planet-app": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
Expand Down Expand Up @@ -61,23 +61,23 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ang-bell-app:build",
"browserTarget": "planet-app:build",
"port": 3000,
"host": "0.0.0.0"
},
"configurations": {
"production": {
"browserTarget": "ang-bell-app:build:production"
"browserTarget": "planet-app:build:production"
},
"test": {
"browserTarget": "ang-bell-app:build:test"
"browserTarget": "planet-app:build:test"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ang-bell-app:build"
"browserTarget": "planet-app:build"
}
},
"test": {
Expand Down Expand Up @@ -110,7 +110,7 @@
}
}
},
"ang-bell-app-e2e": {
"planet-app-e2e": {
"root": "",
"sourceRoot": "",
"projectType": "application",
Expand All @@ -119,7 +119,7 @@
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "./protractor.conf.js",
"devServerTarget": "ang-bell-app:serve:test"
"devServerTarget": "planet-app:serve:test"
}
},
"lint": {
Expand All @@ -134,7 +134,7 @@
}
}
},
"defaultProject": "ang-bell-app",
"defaultProject": "planet-app",
"schematics": {
"@schematics/angular:class": {
"spec": false
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ang-bell-app",
"name": "planet-app",
"version": "0.7.7",
"license": "AGPL-3.0",
"scripts": {
Expand All @@ -12,10 +12,10 @@
"v-test": "vagrant ssh dev -- -t 'cd /vagrant;ng test'",
"htmlhint": "./node_modules/htmlhint-ng2/bin/htmlhint --config .htmlhintrc",
"sass-lint": "./node_modules/sass-lint/bin/sass-lint.js -c ./sass-lint.yml -v -q",
"lint": "ng lint ang-bell-app --type-check",
"lint-all": "npm run sass-lint && ng lint ang-bell-app --type-check && npm run htmlhint",
"lint": "ng lint planet-app --type-check",
"lint-all": "npm run sass-lint && ng lint planet-app --type-check && npm run htmlhint",
"v-lint": "vagrant ssh dev -- -t 'cd /vagrant;npm run lint -s'",
"v-lint-fix": "vagrant ssh dev -- -t 'cd /vagrant;ng lint ang-bell-app --fix --type-check'",
"v-lint-fix": "vagrant ssh dev -- -t 'cd /vagrant;ng lint planet-app --fix --type-check'",
"e2e": "ng e2e --webdriver-update=false",
"v-e2e": "vagrant ssh dev -- -t 'cd /vagrant;ng e2e --webdriver-update=false'",
"install-hooks": "cp -a git-hooks/. .git/hooks/",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Planet Learning",
"short_name": "AngularBellApp using couch 2.0. Part of OLE",
"short_name": "Planet App using couch 2.0. and Angular 2+ Part of OLE",
"theme_color": "#2a79c8",
"background_color": "#4ca5d3",
"display": "fullscreen",
Expand Down

0 comments on commit 390ed0a

Please sign in to comment.