thegrumpys / odop

Open Design Optimization Platform (ODOP) - Coil spring design app; mechanical springs; compression spring, extension spring, torsion spring
https://www.springdesignsoftware.org
MIT License
4 stars 5 forks source link

Move design types into separate GitHub repositories #903

Open grumpyinca opened 5 months ago

grumpyinca commented 5 months ago

Evaluate & confirm that having design types deployed in separate GitHub repositories is cost-benefit justified.

Should it be one design type to one repository ? Or perhaps should all spring types be in one repository and all demo design types in a separate repository ? External contributor design types can each have their own separate repositories.

From today's conversation:

designtypes/Piston-Cylinder/load.sql -> Repo=Piston-Cylinder server/load.sql client/public/designtypes/Piston-Cylinder/favicon.ico -> Repo=Piston-Cylinder client/public/favicon.ico client/src/designtypes/Piston-Cylinder/code -> Repo=Piston-Cylinder client/src/code client/docs/Help/DesignTypes/Piston-Cylinder/file.md -> Repo=Piston-Cylinder client/docs/Help/file.md

1fifoto commented 5 months ago

Create a script to populate a new repository with a minimum set of files for a new design type. Similar to React's create-react-app script.