Changeset 13 for src/main


Ignore:
Timestamp:
06/11/20 16:34:45 (4 years ago)
Author:
bart
Message:

Update to version 1.41

Location:
src/main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/geniusweb/profilesserver/websocket/GetProfileSocket.java

    r8 r13  
    4848 * the minimum utility bid is included. The other bids are picked at random.
    4949 * This filtering mechanism only works if the profile is {@link LinearAdditive}
    50  * space.
     50 * space. The reservation bid is passed through unmodified.
    5151 */
    5252@ServerEndpoint("/websocket/get/{domain}/{profile}")
     
    9797        }
    9898
     99        /**
     100         *
     101         * @param prof1
     102         * @return a filtered profile. If "partial" is not set, this returns the
     103         *         given profile unmodified. If partial is set, a
     104         *         DefaultPartialOrdering with the requested number of bids are
     105         *         selected
     106         */
    99107        private Profile filter(Profile prof1) {
    100108                String partial = params.get("partial");
  • src/main/webapp/domainsrepo/jobs/jobs1.json

    r1 r13  
    115115                "reservationBid": {
    116116                        "issuevalues": {
    117                                 "salary": "300",
     117                                "salary": "3500",
    118118                                "fte": "0.8",
    119                                 "work from home": "0",
     119                                "work from home": "1",
    120120                                "lease car": "no",
    121                                 "permanent contract": "no",
     121                                "permanent contract": "yes",
    122122                                "career development opportunities": "medium"
    123123                        }
  • src/main/webapp/domainsrepo/jobs/jobs2.json

    r1 r13  
    115115                "reservationBid": {
    116116                        "issuevalues": {
    117                                 "salary": "300",
     117                                "salary": "3000",
    118118                                "fte": "0.8",
    119119                                "work from home": "0",
Note: See TracChangeset for help on using the changeset viewer.