Closed ofiralexi closed 5 years ago
Note that in the current sprint a parking spot is purchased so there is no need for the Transaction table and in the Parking table another column with the new owner is added to indicate that the parking spot is taken. This corresponds to #193
Fixed the wiki page https://github.com/TechnionYP5779/team1/wiki/Parking-Space-Management-Idea
@yoavz1997 you mentioned that for the current sprint there is no need in transaction table. However there is one in the wiki page. So do we have a transaction table or not ?
The scheme in the wiki page is the official one, for the entire project. On the current sprint, the layout will not include the Transaction table, and an "owner" column will be added to the Parking Spot table (which will be a foreign key from the User table) to indicate by whom (if any) the parking was purchased.
Interesting. I believe that this scheme should be more extended for more complicated features (filtering by shadow, soil, rank and reviews etc... ). But they do not conceren this sprint, where the current schema does sufficient , and it is probably best discussed in the next team meeting for next sprints . Closing #79
Description: In the wiki under There is a description of the different tables of the project. Please give more information about the columns. For example names, constraints.