Skip to content

Commit bf27a9f

Browse files
committed
chore: rename to showcase
1 parent 45a865c commit bf27a9f

8 files changed

Lines changed: 22 additions & 22 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Code of Conduct
22

3-
Callstack has adopted a Code of Conduct that we expect project participants to adhere to. Please read the [full text](https://callstack.com/code-of-conduct/?utm_source=github.com&utm_medium=referral&utm_campaign=super-app-template&utm_term=code-of-conduct) so that you can understand what actions will and will not be tolerated.
3+
Callstack has adopted a Code of Conduct that we expect project participants to adhere to. Please read the [full text](https://callstack.com/code-of-conduct/?utm_source=github.com&utm_medium=referral&utm_campaign=super-app-showcase&utm_term=code-of-conduct) so that you can understand what actions will and will not be tolerated.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When you're sending a pull request:
4545

4646
## Reporting issues
4747

48-
You can report issues on our [bug tracker](https://github.com/callstack/super-app-template/issues). Please follow the issue template when opening an issue.
48+
You can report issues on our [bug tracker](https://github.com/callstack/super-app-showcase/issues). Please follow the issue template when opening an issue.
4949

5050
## License
5151

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Super App Showcase
22

3-
Monorepository template to showcase Super App development possibilities with React Native and Re.Pack.
3+
Monorepository showcase to showcase Super App development possibilities with React Native and Re.Pack.
44

55
---
66

@@ -21,7 +21,7 @@ There are a few options to solve this problem:
2121

2222
## The solution
2323

24-
This template is a monorepository with a few apps using micro-frondend architecture. It's easy to set up and maintain. These independent apps could be deployed as separate apps or as a part of super app. Developer could move these micro-frontends to separate repositories and deploy them as separate apps. That helps to divide work on the project between several team independently or provide a way for external developers to contribute only in one part of the repo or one certian app. The difference between classic monorepo and this template is runtime dependencies. This means no need to redeploy any of micro-frontends if you change something in the library. It's enough to update micro-frondtend and all the apps will use the latest version of the it.
24+
This showcase is a monorepository with a few apps using micro-frondend architecture. It's easy to set up and maintain. These independent apps could be deployed as separate apps or as a part of super app. Developer could move these micro-frontends to separate repositories and deploy them as separate apps. That helps to divide work on the project between several team independently or provide a way for external developers to contribute only in one part of the repo or one certian app. The difference between classic monorepo and this showcase is runtime dependencies. This means no need to redeploy any of micro-frontends if you change something in the library. It's enough to update micro-frondtend and all the apps will use the latest version of the it.
2525

2626
## The Super App
2727

@@ -40,7 +40,7 @@ This template is a monorepository with a few apps using micro-frondend architect
4040

4141
## Structure
4242

43-
<img src="images/super-app-template-scheme.png" />
43+
<img src="images/super-app-showcase-scheme.png" />
4444

4545
The super app contains 4 apps:
4646

@@ -51,7 +51,7 @@ The super app contains 4 apps:
5151
- `shopping` - micro-frontend for shopping service.
5252
Shopping exposes `MainNavigator`. `MainNavigator` is Shopping app itself.
5353
- `news` - micro-frontend for news service.
54-
News exposes `MainNavigator`. `MainNavigator` is News app itself. News mini app stored in separate repository https://github.com/callstack-internal/news-mini-app-template to provide the example of using remote container outside of the monorepo.
54+
News exposes `MainNavigator`. `MainNavigator` is News app itself. News mini app stored in separate repository https://github.com/callstack/news-mini-app-showcase to provide the example of using remote container outside of the monorepo.
5555
- `dashboard` - micro-frontend for dashboard service.
5656
Dashboard exposes `MainNavigator`. `MainNavigator` is Dashboard app itself.
5757
- `auth` - module that is used by other modules to provide authentication and authorization flow and UI.
@@ -76,7 +76,7 @@ Start dev server for host and mini apps:
7676
yarn start
7777
```
7878

79-
Or start dev server for a specific app ([host](./packages/host/README.md) | [booking](./packages/booking/README.md) | [shopping](./packages/shopping/README.md) | [news](https://github.com/callstack/news-mini-app-template) | [dashboard](./packages/dashboard/README.md)):
79+
Or start dev server for a specific app ([host](./packages/host/README.md) | [booking](./packages/booking/README.md) | [shopping](./packages/shopping/README.md) | [news](https://github.com/callstack/news-mini-app-showcase) | [dashboard](./packages/dashboard/README.md)):
8080

8181
```
8282
yarn start:<app-name>
@@ -163,20 +163,20 @@ Read the [contribution guidelines](/CONTRIBUTING.md) before contributing.
163163

164164
## Made with ❤️ at Callstack
165165

166-
Super App Template is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack][callstack-readme-with-love] is a group of React and React Native geeks, contact us at [hello@callstack.com](mailto:hello@callstack.com) if you need any help with these or just want to say hi!
166+
Super App showcase is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack][callstack-readme-with-love] is a group of React and React Native geeks, contact us at [hello@callstack.com](mailto:hello@callstack.com) if you need any help with these or just want to say hi!
167167

168168
<!-- badges -->
169169

170-
[build-badge]: https://img.shields.io/circleci/project/github/callstack/super-app-template/master.svg?style=flat-square
171-
[build]: https://circleci.com/gh/callstack/super-app-template
172-
[version-badge]: https://img.shields.io/npm/v/super-app-template.svg?style=flat-square
173-
[package]: https://www.npmjs.com/package/super-app-template
174-
[license-badge]: https://img.shields.io/npm/l/super-app-template.svg?style=flat-square
170+
[build-badge]: https://img.shields.io/circleci/project/github/callstack/super-app-showcase/master.svg?style=flat-square
171+
[build]: https://circleci.com/gh/callstack/super-app-showcase
172+
[version-badge]: https://img.shields.io/npm/v/super-app-showcase.svg?style=flat-square
173+
[package]: https://www.npmjs.com/package/super-app-showcase
174+
[license-badge]: https://img.shields.io/npm/l/super-app-showcase.svg?style=flat-square
175175
[license]: https://opensource.org/licenses/MIT
176176
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
177177
[prs-welcome]: http://makeapullrequest.com
178178
[chat-badge]: https://img.shields.io/discord/426714625279524876.svg?style=flat-square&colorB=758ED3
179179
[chat]: https://discord.gg/zwR2Cdh
180180
[callstack-badge]: https://callstack.com/images/callstack-badge.svg
181-
[callstack]: https://callstack.com/open-source/?utm_source=github.com&utm_medium=referral&utm_campaign=super-app-template&utm_term=readme-badge
182-
[callstack-readme-with-love]: https://callstack.com/?utm_source=github.com&utm_medium=referral&utm_campaign=super-app-template&utm_term=readme-with-love
181+
[callstack]: https://callstack.com/open-source/?utm_source=github.com&utm_medium=referral&utm_campaign=super-app-showcase&utm_term=readme-badge
182+
[callstack-readme-with-love]: https://callstack.com/?utm_source=github.com&utm_medium=referral&utm_campaign=super-app-showcase&utm_term=readme-with-love

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "super-app-template",
2+
"name": "super-app-showcase",
33
"version": "0.0.1",
44
"license": "MIT",
55
"private": true,

packages/auth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ This is not a standalone module. It is a module that is used by other modules to
1010

1111
All the UI component are tighly coupled with the `AuthProvider` and could not be used without it. So please use `AuthProvider` to wrap your app and use the UI components as needed.
1212

13-
News mini app is stored in another repository https://github.com/callstack-internal/news-mini-app-template, so there are two ways to use Auth Module in News mini app:
13+
News mini app is stored in another repository https://github.com/callstack/news-mini-app-showcase, so there are two ways to use Auth Module in News mini app:
1414

1515
- Generate Auth Module bundle and deploy it to the remote server and use it from the remote server in News mini apps as a remote container
1616
- Run Auth Module server and use it from the localhost in News mini apps as a remote container
1717

18-
Each of these options needs to be configured in News mini app. This could be done in index.js (https://github.com/callstack-internal/news-mini-app-template/blob/main/index.js) file and change auth remote container URL depending on the option you want to use.
18+
Each of these options needs to be configured in News mini app. This could be done in index.js (https://github.com/callstack/news-mini-app-showcase/blob/main/index.js) file and change auth remote container URL depending on the option you want to use.
1919

2020
## Setup
2121

packages/catalog-server/data/host.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"0.0.1": {
44
"booking": "http://localhost:9000/[name][ext]",
55
"shopping": "http://localhost:9001/[name][ext]",
6-
"news": "https://raw.githubusercontent.com/callstack-internal/news-mini-app-template/main/build/generated/ios/[name][ext]",
6+
"news": "https://raw.githubusercontent.com/callstack/news-mini-app-showcase/main/build/generated/ios/[name][ext]",
77
"dashboard": "http://localhost:9002/[name][ext]",
88
"auth": "http://localhost:9003/[name][ext]"
99
}
@@ -12,7 +12,7 @@
1212
"0.0.1": {
1313
"booking": "http://localhost:9000/[name][ext]",
1414
"shopping": "http://localhost:9001/[name][ext]",
15-
"news": "https://raw.githubusercontent.com/callstack-internal/news-mini-app-template/main/build/generated/android/[name][ext]",
15+
"news": "https://raw.githubusercontent.com/callstack/news-mini-app-showcase/main/build/generated/android/[name][ext]",
1616
"dashboard": "http://localhost:9002/[name][ext]",
1717
"auth": "http://localhost:9003/[name][ext]"
1818
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11723,9 +11723,9 @@ __metadata:
1172311723
languageName: node
1172411724
linkType: hard
1172511725

11726-
"super-app-template@workspace:.":
11726+
"super-app-showcase@workspace:.":
1172711727
version: 0.0.0-use.local
11728-
resolution: "super-app-template@workspace:."
11728+
resolution: "super-app-showcase@workspace:."
1172911729
dependencies:
1173011730
concurrently: ^7.6.0
1173111731
patch-package: ^6.5.1

0 commit comments

Comments
 (0)