cs-24-sw-3-15 / contract-service

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Company Creation and Management (Affiliate + Supplier) #13

Open soupglasses opened 1 week ago

soupglasses commented 1 week ago

MOSCOW: Create and Manage New Suppliers

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).

soupglasses commented 1 week ago

Look at: