LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

Solve CO2Scenarios references #182

Closed ldesousa closed 9 years ago

ldesousa commented 9 years ago

The co2_scenarios table is referencing both the cities and the users table. It should only be referencing the users table.

ldesousa commented 9 years ago

Indications from Rui: . the system should store both the initial creator of the scenario and the last editor . the city should not change, stored only when the scenario is created

ldesousa commented 9 years ago

Both references will remain in the table. It is not clear at this stage how the various types square in the model, nor their relationship with the various cities. This and other issues can only be solved once the user scheme/hierarchy is defined.