Git Product home page Git Product logo

gymy-seminar's People

Contributors

dependabot[bot] avatar oskopek avatar

Watchers

 avatar  avatar  avatar

gymy-seminar's Issues

Create a logo

Create a logo for gymy-seminar (also see SeminarPanel). Should be licensed under CC-BY-SA or similar.

Fails to start if data folder structure doesn't exist

If you start the project (f.e. from a jar file) and the following directory structure doesn't exist:

|-- data
|   `-- seminar
|       |-- export
|       |-- import
|       |-- solved
|       `-- unsolved

.. an exception is thrown:

Exception in thread "main" java.lang.IllegalStateException: The directory dataDir (/home/oskopek/Downloads/data/seminar) does not exist.
 The working directory should be set to the directory that contains the data directory (which is not the data directory itself).
 The working directory is different in a git clone (optaplanner/optaplanner-examples) and the release zip (examples).
 In an IDE (IntelliJ, Eclipse, NetBeans), open the "Run configuration" to change the field "Working directory".
        at org.optaplanner.examples.common.persistence.AbstractSolutionDao.<init>(AbstractSolutionDao.java:35)
        at org.optaplanner.examples.common.persistence.XStreamSolutionDao.<init>(XStreamSolutionDao.java:31)
        at sk.gymy.seminar.persistence.SeminarDao.<init>(SeminarDao.java:25)
        at sk.gymy.seminar.app.SeminarApp.createSolutionDao(SeminarApp.java:129)
        at org.optaplanner.examples.common.app.CommonApp.createSolutionBusiness(CommonApp.java:102)
        at org.optaplanner.examples.common.app.CommonApp.init(CommonApp.java:92)
        at org.optaplanner.examples.common.app.CommonApp.init(CommonApp.java:88)
        at sk.gymy.seminar.app.SeminarApp.main(SeminarApp.java:55)

Add teacher information

Add a teacher to the model, so it is possible to write rules for them. A teacher teaches a seminar or subseminar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.