Add project documentation and architecture details
- Create .gitignore to exclude specific project files and directories. - Add CONTRIBUTING.md with guidelines for contributing to the project. - Update README.md to reflect changes in usage section and contact information. - Introduce 08_concepts.md outlining cross-cutting concepts in the architecture. - Add 02_data_model.md detailing the data model and relationships. - Implement 03_security.md to describe security measures and practices. - Establish 08_ui_design.md for user interface design principles. - Document quality requirements in 10_quality_requirements.md. - Identify risks and technical debts in 11_technical_risks.md. - Create a glossary in 12_glossary.md for project-specific terms. - Include about-arc42.md to explain the arc42 documentation template. - Define price calculation variables and formula in price_calculation.md. - Introduce ADR template in adr.md for documenting architecture decisions.
This commit is contained in:
18
specifications/price_calculation.md
Normal file
18
specifications/price_calculation.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Variables for Price Calculation
|
||||
|
||||
## Variables
|
||||
|
||||
- Base Percentage Ore Content
|
||||
- Increase per Percentage Ore Content
|
||||
- Price per Unit Weight
|
||||
|
||||
## Penalties
|
||||
|
||||
- Moisture
|
||||
- Impurities
|
||||
|
||||
## Price Calculation Formula
|
||||
|
||||
The revenue from product sales can be modeled as:
|
||||
|
||||
`Revenue = (Quantity Sold * Price per Unit) - Penalties`
|
||||
Reference in New Issue
Block a user