gameontext / sample-room-java

Walkthrough for creating a room in java for Game On!
https://gameontext.org
Apache License 2.0
20 stars 105 forks source link

Room description not being persisted #29

Closed rizblie closed 7 years ago

rizblie commented 8 years ago

I have tried adding a room description but it never seems to save it. When I go back to the Edit Room page the description has disappeared.

cfsworkload commented 8 years ago

Hmm. Two things:

A) there is what is persisted in the map, which is easiest modified by the UI (edit rooms)

B) to persist room description changes from the room, you will need to make an API call to the map service.

C) including the updated description in the generated location response will push the information to the Client UI


Erin Schnabel schnabel@us.ibm.com WebSphere Liberty developer/maven/evangelist and Microservices Architect 845.435.5648 / 8.295.5648 i ♥ liberty

On Oct 18, 2016, at 4:34 PM, rizblie notifications@github.com wrote:

I have tried adding a room description but it never seems to save it. When I go back to the Edit Room page the description has disappeared.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

cfsworkload commented 8 years ago

Ok. That is a different problem.. let me look.


Erin Schnabel schnabel@us.ibm.com WebSphere Liberty developer/maven/evangelist and Microservices Architect 845.435.5648 / 8.295.5648 i ♥ liberty

On Oct 18, 2016, at 4:34 PM, rizblie notifications@github.com wrote:

I have tried adding a room description but it never seems to save it. When I go back to the Edit Room page the description has disappeared.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ebullient commented 8 years ago

Do you have a shared secret shown at the top of the room management page? (line after Use the following secret for room registration:)

ebullient commented 7 years ago

This one has been nipped. Need a follow-on for fetching description from map client.