The creation of the classes Company, Affiliate, and Supplier. Read up on how Rails's ActiveRecord handles inheritance, as these are not normal Classes with normal inheritance systems. Company might require different placement/treatment as a class in the project.
Note these are primarily managed and created by the Legal Council (admin).
MOSCOW: Create and Manage New Suppliers
The creation of the classes
Company
,Affiliate
, andSupplier
. Read up on how Rails's ActiveRecord handles inheritance, as these are not normal Classes with normal inheritance systems.Company
might require different placement/treatment as a class in the project.Note these are primarily managed and created by the Legal Council (admin).