BJS-ORG combines all server-site project and repositories (that means API and Website). This show the current state of deployment. The repositories README.md is also used as central planing and documenting tool.
- Download Visual Studio Code
- Git
- Create folder
- Open Git Bash (right click)
git clone https://github.com/bjs-org/bjs-web.git
- Open with VSCode
- Click on "master" (bottom,left) and select "origin/feature/api-connection"
- Modals with forms
- Modal Add Student -> wrap with form-group class
- Admin Interface
- Search
- Breadcrumbs
- Style add button -> centered and aligned
BJS-APP
- Edit classes dialog
- Switch page via state
- Add results page
BJS-API
- Interface for reading csv-files
- (only students) Sort classes and students with
Array.sort()
- Modals with forms
- Style the "add button" -> bal
- Think about the admin interface
- Think about Top 3 Students Interface
- Improve code
BJS-APP
- Edit classes dialog
- Switch page via state
- Add results page
BJS-API
- Rebase add view branch onto master
BJS-WEB
- Sort classes and students with
Array.sort()
- Edit student function
- Remove student function
- Add students function
- Modals with forms
- Style the "add button"
BJS-APP
- Edit classes dialog
- Switch page via state
- Add results page