• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

rebooking

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ranchers,
I would like to ask you how you are dealing with booking.
When the record is already booked do you allow rebooking or not?
Do you have special method for "unbook"?

Thanks P.
 
Ranch Hand
Posts: 918
IntelliJ IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Petr,

I have both:
1.a release - just release a booked record, afer this the record has no owner(with the user confirmation ? or not I still think on)
2.a book over - with the user confirmation.

Regards M.
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My view was that it was outwith the scope of the project. This functionality was not specified in my assignment thus isn't required.
 
Petr Hejl
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May be it is out of scope to unbook. But you have to deal at least with situation when booking the booked record. Is it allowed or not?
 
Mihai Radulescu
Ranch Hand
Posts: 918
IntelliJ IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I must agree that the "rebook"(nike or adidas) are not explicit specified in my docs, but I think this was with purpose.

I include this "adds" in my project because during test I notice that this kind of functionality can be useful and increase the UI usability. You can image a lot of useful situation for rebook and release record.

Regards M
[ August 09, 2006: Message edited by: Mihai Radulescu ]
 
Daniel Massie
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Petr Hejl:
May be it is out of scope to unbook. But you have to deal at least with situation when booking the booked record. Is it allowed or not?



No, I stated as an assumption that once a booking was made, it obviously couldn't be double booked. I handle this in exactly the same manner as I handle the 48h rule in URLyBird.
 
Mihai Radulescu
Ranch Hand
Posts: 918
IntelliJ IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Daniel,


No, I stated as an assumption that once a booking was made, it obviously couldn't be double booked.



The CRS can make mistakes and the user also, is your task (like designer) to assure that the errors are signaled and to provide a way to correct it.

Regards M.
 
Daniel Massie
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mihai Radulescu:
The CRS can make mistakes and the user also, is your task (like designer) to assure that the errors are signaled and to provide a way to correct it.



I said that I handled this in the same way as the 48h rule, which means that there is no way for it to be double booked. So there is no error to be signalled, and no need to correct anything.
 
Humans and their filthy friendship brings nothing but trouble. My only solace is this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic