<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Group 3 - Train Reservation System by Joe Oberto</title>
      <link>https://padlet.com/sqhteched/tec200TRSg3</link>
      <description>TEC 200 - Case Study</description>
      <language>en-us</language>
      <pubDate>2018-07-11 13:42:11 UTC</pubDate>
      <lastBuildDate>2020-03-12 17:30:41 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>PASSENGER</title>
         <author></author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/450454997</link>
         <description><![CDATA[<div>TID (PK)<br>TrainNumber (FK)<br>TDateBooked<br>PasName <br>PasAddress<br>PasAge<br>PasSex<br>ResStatus<br>TCategory<br>______________________<br><br>SearchTrain<br>BookTicket<br>CancelTicket<br>PayCharges<br>ModifyForm<br><br>-Clayton <br><br>Clayton, <br>For this you missed Status, Category, and Ticket ID; and I've changed Gender to Sex so it matches the ER Diagram<br><br>Cierra <br><br>Hey, so everything looks great so far! I need to read more about the procedures part. But so far the only thing I really changed/added was that this table looks like it is supposed to also include TrainNumber as a FK and DateBooked (based on #3 table description in the case study). I also made the names of the tables all caps.<br>-Holly<br><br>Hello all! What a great start you have compiled. I just went ahead and added some pins (and questions from my understanding) regarding the assignment as reference. I may need to do a little more reading to contribute even better. <br>- Heather <br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-25 23:03:39 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/450454997</guid>
      </item>
      <item>
         <title>TRAIN_LIST</title>
         <author></author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/451315613</link>
         <description><![CDATA[<div>TrainNumber (PK)<br>TrainName <br>Source<br>Destination<br>ACFair<br>GenFair<br>SunAvailable <br>MonAvailable<br>TueAvailable<br>WedAvailable<br>ThursAvailable <br>FriAvailable <br>SatAvailable <br><br>Cierra </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-27 12:49:21 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/451315613</guid>
      </item>
      <item>
         <title>TRAIN_STATUS</title>
         <author></author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/451316117</link>
         <description><![CDATA[<div>TrainNumber (PK) (FK)<br>TrainDate<br>ACSeat<br>GenSeat<br>BACSeat<br>BGENSeat<br><br>Cierra</div>]]></description>
         <pubDate>2020-02-27 12:50:43 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/451316117</guid>
      </item>
      <item>
         <title>Assumptions:</title>
         <author>lunajoliehb</author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/452394662</link>
         <description><![CDATA[<div>1. The number of trains has been restricted to 5.</div><div>2. The booking is open only for next seven days from the current date.</div><div>3. Only two categories of tickets can be booked, namely, <em>AC </em>and <em>General</em>.</div><div>4. The total number of tickets that can be booked in each category (AC and General) is 10.</div><div>5. The total number of tickets that can be given the status of waiting is 2.</div><div>6. The in‐between stoppage stations and their bookings are not considered.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-29 14:51:59 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/452394662</guid>
      </item>
      <item>
         <title>TRAIN_LIST</title>
         <author>lunajoliehb</author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/452395079</link>
         <description><![CDATA[<div>1. <strong>TrainList: </strong>This table consists of details about all the available trains. The information</div><div>stored in this table includes train number, train name, source, destination, fair for AC</div><div>ticket, fair for general ticket, and weekdays on which train is available.</div><div><strong><em>Constraint</em></strong>: The train number is unique.<br><br>Should we have any other days? Or is only MonAvailable and SunAvailable correct? It looks like it's asking for weekdays. - Heaather<br><br>This was again mimic'ed from the ER Diagram in the assignment. I believe it may have been set up this way due to there maybe only having been data for these 2 days available? I went ahead and added the additional days. <br>Cierra <br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-29 14:54:49 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/452395079</guid>
      </item>
      <item>
         <title>TRAIN_STATUS</title>
         <author>lunajoliehb</author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/452395799</link>
         <description><![CDATA[<div>2. <strong>Train_Status: </strong>This table consists of details about the dates on which ticket can be</div><div>booked for a train and the status of the availability of tickets. The information stored in</div><div>this table includes train number, train date, total number of AC seats, total number of</div><div>general seats, number of AC seats booked, and number of general seats booked.</div><div><strong><em>Constraint</em></strong>: Train number should exist in TrainList table.<br><br>Does this table need a PK or does the TrainNumber act as a PK and FK? - Heather<br><br>From my understanding because of the constraint listed, the TrainNumber must be listed in the Train List table, which leads it to be a FK in the Train Status table as seen on the right. <br><br>Cierra<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-29 14:59:15 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/452395799</guid>
      </item>
      <item>
         <title>PASSENGERS</title>
         <author>lunajoliehb</author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/452396375</link>
         <description><![CDATA[<div>3. <strong>Passenger: </strong>This table consists of details about the booked tickets. The information</div><div>stored in this table includes ticket ID, train number, date for which ticket is booked,</div><div>name, age, sex and address of the passenger, status of reservation (either confirmed or</div><div>waiting), and category for which ticket is booked.</div><div><strong><em>Constraint</em></strong>: Ticket ID is unique and the train number should exist in TrainList table.<br><br>In this table should we change some of the naming conventions? Ex: PassengerName, PassengerAge, PassengerSex, etc... Or would it be fine as is? <br>- Heather<br><br>Good idea Heather. I was basing most of this from the ER diagram attached to the assignment. I will go ahead and make those changes to help avoid anomalies. <br><br>Cierra</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-29 15:02:49 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/452396375</guid>
      </item>
      <item>
         <title>BOOKING</title>
         <author>lunajoliehb</author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/452396898</link>
         <description><![CDATA[<div>4. <strong>Booking: </strong>In this procedure, the train number, train date, and category is read from the</div><div>passenger. On the basis of the values provided by the passenger, corresponding record</div><div>is retrieved from the Train_Status table. If the desired category is AC, then total number</div><div>of AC seats and number of booked AC seats are compared in order to find whether</div><div>ticket can be booked or not. Similarly, it can be checked for the general category. If</div><div>ticket can be booked, then passenger details are read and stored in the Passenger table.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-29 15:06:19 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/452396898</guid>
      </item>
      <item>
         <title>CANCEL</title>
         <author>lunajoliehb</author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/452397563</link>
         <description><![CDATA[<div>5.<strong>Cancel: </strong>In this procedure, ticket ID is read from the passenger and corresponding record is</div><div>searched in the Passenger table. If the record exists, it is deleted from the table. After</div><div>deleting the record (if it is confirmed), first record with waiting status for the same train and same category are searched from the Passenger table and its status is changed to confirm.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-29 15:10:24 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/452397563</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/sqhteched/tec200TRSg3/wish/452417930</link>
         <description><![CDATA[<div>I went ahead and connected the posts to each other based off of the ER diagram and labeled them. I don't see much else that can be done with this. I think it is all pretty much covered other than providing additional rules if any of you can think of them or maybe more tables.<br>Joe G</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-02-29 17:20:21 UTC</pubDate>
         <guid>https://padlet.com/sqhteched/tec200TRSg3/wish/452417930</guid>
      </item>
   </channel>
</rss>
