Merge pull request #568 from kolplattformen/fix/rename-skolplattformen-sthlm-to-skolplattformen

refactor: 💡 Renamed skolplattformen-sthlm to skolplattformen-app
This commit is contained in:
Viktor Sarström 2021-12-01 11:27:21 +01:00 committed by GitHub
commit b80185af1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
285 changed files with 593 additions and 680 deletions

1
.gitignore vendored
View File

@ -95,7 +95,6 @@ buck-out/
node_modules/
apps/skolplattformen-sthlm-e2e/artifacts
## Nested node_modules
node_modules/

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ P
If you're simply looking for information about the app, our website can be found at [https://skolplattformen.org/](https://skolplattformen.org/). \
Check out [the changelog](CHANGELOG.md) to see what new features are added, and a list of fixed bugs.
This main repository for the project contains the source code for both the [app](apps/sPkolplattformen-sthlm) and its [website](https://skolplattformen.org/). \
This main repository for the project contains the source code for both the [app](apps/skolplattformen-app) and its [website](https://skolplattformen.org/). \
The sources for each can be found under [apps](apps) and [libs](libs).
The respective README files there contain more detailed descriptions.
@ -23,7 +23,7 @@ The respective README files there contain more detailed descriptions.
* [Architecture](#architecture)
* [Apps](#apps)
* [skolplattformen-sthlm](#skolplattformen-sthlm)
* [skolplattformen](#skolplattformen)
* [website](#website)
* [Libs](#embedded-api)
* [api](#api)
@ -49,7 +49,7 @@ The project consists of several apps and libraries inside [a NX](https://nx.dev/
### Apps
/apps/ contains the application projects. This is the main entry point for a runnable application.
#### skolplattformen-sthlm
#### skolplattformen
The central part of the project is the app itself. It is written in [TypeScript](https://www.typescriptlang.org/) using [React Native](https://reactnative.dev/) and [React Native Kitten](https://akveo.github.io/react-native-ui-kitten/).
@ -57,7 +57,7 @@ Our main goal with the app is to make it as fast and easy to use as possible. \
We're starting small, with more features being added over time.
For more information, check out the [source code](apps/skolplattformen-sthlm).
For more information, check out the [source code](apps/skolplattformen-app).
#### website
@ -157,10 +157,10 @@ Once done, create a _pull request_ where you explain why we should incorporate y
If you're new to GitHub, there's a number of excellent guides available, such as [this one on forking projects and making pull requests](https://guides.github.com/activities/forking/).
There are many ways to contribute to the project. \
If you don't know how to program and want help, you can [file an issue](https://github.com/kolplattformen/skolplattformen/issues/new) to let us know when something isn't working properly. \
If you don't know how to program and want help, you can [file an issue](https://github.com/kolplattformen/skolplattformen-app/issues/new) to let us know when something isn't working properly. \
We're super duper happy for both issues and pull requests, and we try to answer all of them as soon as humanly possible.
Another way to contribute is by helping translate Öppna skolplattformen [on Hosted Weblate](https://hosted.weblate.org/engage/skolplattformen/) into a new language, or to improve existing translations.
Another way to contribute is by helping translate Öppna skolplattformen [on Hosted Weblate](https://hosted.weblate.org/engage/skolplattformen-app/) into a new language, or to improve existing translations.
_Working together leverages available skills and experience in improving the project, ultimately creating the best possible experience_.

View File

@ -78,7 +78,7 @@ import com.android.build.OutputFile
*/
project.ext.react = [
entryFile: "apps/skolplattformen-sthlm/index.js",
entryFile: "apps/skolplattformen-app/index.js",
enableHermes: true, // clean and rebuild if changing
]

View File

@ -44,7 +44,7 @@ public class MainApplication extends Application implements ReactApplication {
@Override
protected String getJSMainModuleName() {
return "apps/skolplattformen-sthlm/index";
return "apps/skolplattformen-app/index";
}
};

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 784 KiB

After

Width:  |  Height:  |  Size: 784 KiB

View File

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 287 KiB

View File

Before

Width:  |  Height:  |  Size: 510 KiB

After

Width:  |  Height:  |  Size: 510 KiB

View File

Before

Width:  |  Height:  |  Size: 530 KiB

After

Width:  |  Height:  |  Size: 530 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 537 KiB

After

Width:  |  Height:  |  Size: 537 KiB

Some files were not shown because too many files have changed in this diff Show More