JingJingJingJing / Sira

This is sira
2 stars 1 forks source link

As a user, I want to save user configuration in Sira 2.0 #48

Open kiddliu opened 6 years ago

kiddliu commented 6 years ago

As a user, I want to save user configuration in Sira 2.0 in order to setup basic workspace.

Sira 2.0 user configuration file takes the name of ".sirerc", which is in the format of JSON. It supports the configurable functionalities only and reads each configuration item in its subobject. Sira 2.0 user local configuration takes precedence over its global one, which resides in the user profile folder. Sira 2.0 configuration supports fallback mechanism, that is, it loads valid low-precedence configuration if the current level is invalid. If none exists, it loads the default universal configuration in the application code.

A Sira 2.0 top-level user configuration consists of (without order)

Sailer43 commented 6 years ago

<Meeting Notes 11/07/2018>

N: Currently, Jira Rest API supports three kinds of user credentials: password, token, and cookie.