Commit Graph

34 Commits

Author SHA1 Message Date
11933dbc3d Optimize view of companies. 2019-05-20 01:44:22 +01:00
51a3ca3f31 Implement news. 2019-05-19 16:53:18 +01:00
83ba8cf568 Remove unneeded code that has been substituted by Entity Framework. 2018-08-06 23:48:38 +01:00
728eb83d6b Use EF in company controller. 2018-08-06 21:07:23 +01:00
b720cd6122 Update DB to version 23: Make EntityFramework happy with existing database schema. 2018-08-05 22:39:55 +01:00
736b98b754 Update DB to version 22: Machine families, machine model separate from name. 2018-04-29 02:02:33 +01:00
349a941392 Update DB to version 21: Have full introduction date for machines, not only year. 2018-04-28 21:29:01 +01:00
fd0b55dee1 Update DB to version 20: Machines can have an arbitrary number of storage,
so use an interconnection table, `storage_by_machine`.
2018-04-28 20:52:58 +01:00
04c0e47d9c Update DB to version 19: Resolutions are gpu dependant,
move to separate table and use an interconnection table, `resolution_by_gpu`.
2018-04-28 18:39:09 +01:00
95de473054 Update DB to version 18: Machines can have an arbitrary number of memories,
so use an interconnection table, `memory_by_machine`.
2018-04-28 17:27:35 +01:00
203a235a29 Update DB to version 17: Machines can have an arbitrary number of sound synthetizers,
so use an interconnection table, `sound_by_machine`.
2018-04-28 15:55:57 +01:00
fdcefed085 Update DB to version 16: Machines can have an arbitrary number of gpus,
so use an interconnection table, `gpus_by_machine`.
2018-04-28 14:39:21 +01:00
02b9981681 Update DB to version 15: Machines can have an arbitrary number of processors,
so use an interconnection table, `processors_by_machine`.
2018-04-28 13:16:53 +01:00
d8127630b3 Update DB to version 14: Computers and consoles are now machines with different type. 2018-04-28 02:10:03 +01:00
53e924055a Update DB to version 13: Add fields to sound_synths and drop music_synths. 2018-04-27 17:55:04 +01:00
56f54288eb Update view to DB version 12. 2018-04-27 15:29:53 +01:00
621477adff Update DB to version 11: Add fields and indexes to GPUs table. 2018-04-26 11:32:35 +01:00
886ec34aaf Change ulong to long in processor's transistors as database contains signed value. 2018-04-22 03:38:15 +01:00
227e9cd52c Render company description markdown from model. 2018-04-20 19:20:33 +01:00
5aa17517d8 Add markdown rendering of company description. 2018-04-20 08:08:40 +01:00
a96c093757 Update DB to version 9 (company descriptions). 2018-04-20 03:06:57 +01:00
4196e5539f Update DB to version 8 (company logos). 2018-04-19 14:42:27 +01:00
e25f5eacec Add new database fields for companies to model and view. 2018-04-19 00:30:29 +01:00
ae10cca33a Update to database version 3. 2018-04-15 17:51:07 +01:00
3ded57a24d Add console controller and views. 2018-04-15 02:31:23 +01:00
a558c139b0 Add company controller and views. 2018-04-15 01:38:49 +01:00
8ddeeeaf4e Add search computer by year. 2018-04-14 05:49:11 +01:00
113cebe789 Add search computer by letter. 2018-04-14 05:40:28 +01:00
d043ef3333 Add controller for computers. 2018-04-14 04:41:04 +01:00
8646a7078a Retrieve computer and console information from database for news controller. 2018-04-14 03:04:52 +01:00
9b1513ea9a Correct console model to get console company. 2018-04-13 18:08:11 +01:00
1a412a9e80 Add all models. 2018-04-13 17:53:12 +01:00
28267271f4 Addes News MVC. 2018-04-13 02:42:27 +01:00
980944ac93 Initial commit. 2018-04-11 05:55:27 +01:00