JingJingJingJing / Sira

This is sira
2 stars 1 forks source link

As a user, I want to run Sira 2.0 in shell #47

Open kiddliu opened 6 years ago

kiddliu commented 6 years ago

As a user, I want to run Sira 2.0 in the shell, in order to integrate with other utilities in a workflow.

The desired executable of Sira 2.0, "sira.exe"

JingJingJingJing commented 6 years ago

@kiddliu Is it means that Sira 2.0 has 2 versions , a normal version and a shell version? And the shell version will be divided into 3 parts: 'sira.exe', 'sira-query.exe', 'sira-update.exe' ?

kiddliu commented 6 years ago

@JingJingJingJing Sira 2.0 is a dedicated console application, which consists of multiple utilities that focusing on one and only one job at a time.

Sailer43 commented 6 years ago

<Meeting Notes 11.07.2018>

Q: Is graphic user interface still a part of sira 2.0? A: Not any more.

Q: What's the meaning of three executables, "sira.exe", "sira-update.exe", and "sira-query.exe"? A: "sira.exe" acts like a top level CLI command with high level commands and functionalities, whereas "sira-update.exe" and "sira-query.exe" act like basic implementations of Jira GET/POST.

Q: Do we have to keep updating GUI in sira 1.0? A: No.

Q: In what situation Sira will enter an interactive mode? A: When users are configurating ".sirerc" files. (There will be more scenarios in the future.)