BCCN-Prog / weather_2016

For the BCCN 2016 advanced programming project
3 stars 1 forks source link

Query Engine: first attempt #24

Closed daveh19 closed 8 years ago

daveh19 commented 8 years ago

The query engine is the program executable. It provides a prompt at which a query is entered. It then translates this query into an API call on the Data Representation Engine. It then takes the response and formats it and outputs it (potentially calling a Visualisation or Report Engine to pretify the output).

daveh19 commented 8 years ago

@clauslang was this solved by your recent commit? https://github.com/BCCN-Prog/weather_2016/commit/11b2d46256188743d7a003fa492356cd26e9a723 Congrats by the way!

clauslang commented 8 years ago

Wouldn't call it solved before finalization of MVP, first commit was very rudimentary and limited, also hacky code.