[x] In the C# version, disable editing ratings in the Ratings dialog
[x] In the C# version, disable editing ratings in the Screening Info dialog
[x] In the C# version, disable writing ratings to the .csv file
[x] In the Django version, write ratings back to the .csv file
[x] In the C# version, read ratings from the .csv file without restarting
[ ] Add tests
[x] Update documentation
History
While finding out how to connect Entity Framework with SQLite, remarks like:
Make sure "SQLite.Desgner.SQLiteDataViewSupport2015.xml" was correctly embedded or linked into assembly "SQLite.Designer" at compile time, or that all the satellite assemblies required are loadable and fully signed.
and
This project can help you connecting EF to SQLite...
I got a bit discouraged.
Conclusion: the requirement below could not be fulfilled within the milestone deadline.
Requirements
.csv
file.csv
file.csv
file without restartingHistory
While finding out how to connect Entity Framework with SQLite, remarks like:
and
I got a bit discouraged.
Conclusion: the requirement below could not be fulfilled within the milestone deadline.
We will use writing and reading CSV instead.