Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tree (verzeichnisstruktur) bzw. skeleton #14

Closed
MatthiasHertel opened this issue Dec 8, 2016 · 4 comments
Closed

tree (verzeichnisstruktur) bzw. skeleton #14

MatthiasHertel opened this issue Dec 8, 2016 · 4 comments

Comments

@MatthiasHertel
Copy link
Owner

wie soll der tree unserer app aussehen ?

momentan sieht es so aus:

semesterprojekt/
├── artwork
│   ├── UI.svg
│   └── invaders-template.png
├── db
├── resources
│   ├── config
│   │   └── application.properties
│   └── images
│       ├── beuth-logo.png
│       └── invader.png
└── src
    └── org.blueberry.spaceinvaders
        └── SpaceInvaders.java

db wuerd ich den ganzen datenbank schnurz drinne haben ....

oder resources /db lasst uns das hier mal klaeren.

ich glaub nach sonntag klassendiagramm sollten wir den stand den wir haben mal mit den master mergen und ein skeleton haben

@aspecialkey
Copy link
Collaborator

db würde ich so lassen
was haltet ihr davon in src nur java zu haben, fxml, css in die resourcen?

grafik

@MatthiasHertel
Copy link
Owner Author

gehe ich mit

auch die theme ordner ... so muss man nur den einen root-path aendern wenn man sich an die ordnerkonvention innerhalb haelt

top!

unter views die fxml dann ?

@aspecialkey
Copy link
Collaborator

würd ich mal so vorschlagen, für jeden screen eine fxml und die dann in den viewsordner

@aspecialkey
Copy link
Collaborator

aspecialkey commented Dec 11, 2016

#22

semesterprojekt/

├── artwork
│   ├── UI.svg
│   └── invaders-template.png
(├── db (evtl andere repo ... weil es nur das webhook is))
(only db dump)
├── resources
│   ├── config
│   │   └── application.properties
│   └── theme1
│       ├── graphics
│       ├── sounds
│       └── stylesheets
│   └── theme2
│       ├── graphics
│       ├── sounds
│       └── stylesheets
│   └── theme3
│       ├── graphics
│       ├── sounds
│       └── stylesheets
│   └── views
│       └── welcomescreen.fxml
│       └── gameplayscreen.fxml
│       └── highscorescreen.fxml
└── src
|    └── org.blueberry.spaceinvaders
|        └── SpaceInvaders.java
└── lib
     └── mysql-connector-java-5.1.40-bin.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants