-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
120 lines (62 loc) · 2.79 KB
/
Copy pathREADME.txt
File metadata and controls
120 lines (62 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Oil & Gas Production Monitoring & Reporting Tool (MVP)
Overview
This project is a standalone desktop application developed to validate core concepts involved in oil & gas production monitoring and reporting.
The application focuses on solving long-standing operational challenges such as:
Accurate production data calculations
Consistent daily reporting workflows
Reduction of manual adjustments and verification effort
Improved report credibility and approval timelines
This repository represents a validation build (MVP) intended for technical review and system design evaluation.
Purpose of This Build
The primary goal of this application is technical and operational validation, not deployment or commercialization.
It is designed to:
Test production calculation logic
Simulate realistic reporting workflows
Evaluate reporting structure and output quality
Validate assumptions used in daily production reporting
What This Build Is (and Is Not)
✅ This Build Is:
A working MVP focused on calculations, workflow, and reporting
Designed to reflect realistic production reporting practices
Intended for engineers and supervisors to assess usefulness and realism
Built with modularity to support future expansion
This Build Is Not:
Integrated with company or enterprise databases
Connected to live field or sensor data
A replacement for existing production systems
A finished commercial product
Key Features (Current MVP)
Production calculation engine
Role-based workflow simulation (Operator / Supervisor / Admin)
Structured reporting output
Desktop UI designed for operational clarity
Standalone execution (no external dependencies)
Technology Stack
Language: C#
Framework: .NET 8
UI: WPF
Architecture: Modular, layered design
Platform: Windows desktop application
Areas for Review & Evaluation
This MVP is best evaluated with attention to:
Calculation accuracy and assumptions
Workflow realism (order of operations, approvals, handoffs)
Reporting clarity, completeness, and credibility
Practical usefulness in daily production operations
Feedback on areas where the system:
Breaks
Feels unrealistic
Misses critical operational steps
is especially valuable.
Project Status
Core calculation engine implemented
Reporting module completed
Authentication & persistence under development
Multi-field and historical data support planned
This project is actively evolving.
Scope & Disclaimer
This project is shared for technical demonstration and validation purposes only.
It is not intended for production deployment, redistribution, or commercial use in its current state.
Acknowledgement
Thank you to the engineers and reviewers who have contributed feedback and insights based on real-world operational experience.
Your input directly informs improvements in accuracy, usability, and system relevance.