1

我是一群学生中的一员,他们试图为一家电影公司构建一个电子票务网关。我们的基础知识相当好(我们已经为学校做了一些门户网站)。但这都不涉及任何金钱交易。所以我决定在加入之前,我应该从以前实际做过这件事的人那里得到一些建议。

在开始实际构建之前,我/我们应该知道什么。

到目前为止,我们已经计划

  • 使用 ASP.net WebForms 作为基础平台

  • 微软 SQL 服务器

  • 使用 jQuery 交互式选择座位。

  • 更重要的是集成支付网关(没有任何线索)

需要明确的是,这不是作业/家庭作业。这是实打实的 !

4

1 回答 1

2

Here are some function things

  1. Atomic Transactions - you only want the system to book a seat if the payment has cleared.
  2. Dealing with OnSite and Web Booking and what seats are avaible for both channels.
  3. Seating Plan display and seating selection (assuming its not a free seat plan).
  4. Membership/Authenticaion and Discounts
  5. Show timetables
  6. Show information
  7. Coming Soon and reservations
  8. Assuming chain of Cinemas (how to find the one you want)
于 2010-06-29T12:43:27.737 回答