- Microservices with Clojure
- Anuj Kumar
- 421字
- 2021-06-30 19:24:36
User stories
The next step is to list the user stories that will be supported by the Helping Hands application. Here are the user stories for the application:
- As a Service Consumer, I can create an account so that I can search for services and book them
- As a Service Consumer, I can search for required services so that I can book one for my task
- As a Service Consumer, I can subscribe to one or more services so that I can get my task done on a regular basis
- As a Service Consumer, I would like to rate the services offered so that others can benefit from the feedback and choose the best services offered for a particular task
- As a Service Consumer, I want to get notifications so that I can get reminded of the service schedule
- As a Service Provider, I can create an account so that I can register one or more services for consumers
- As a Service Provider, I want to register one or more services so that I can get service requests
- As a Service Provider, I want to specify the service location area so that I can get only service requests that are near to my place
- As a Service Provider, I want to specify the price and availability so that I can get only service requests that are feasible to serve and the ones I am interested in
- As a Service Provider, I want to get notifications when a service request is placed so that I can attend to it
Apart from user stories, there are some non-functional requirements (https://en.wikipedia.org/wiki/Non-functional_requirement) as well that must be addressed by the Helping Hands application:
- All the implementations must be tracked and versioned in a revision control system. The Helping Hands application will use the external hosting service GitHub to track the code base.
- All the dependencies must be explicitly declared. The Helping Hands application will be implemented using Clojure (https://clojure.org/) with Leiningen (https://leiningen.org/) for dependency management.
- All services must have authentication and authorization built in.
- Configurations must be specified externally and not hardcoded in the application.
- All events must be logged to understand the state of the application and monitor it in production.
Non-functional requirements are a part of twelve-factor methodology ( https://12factor.net/), which covers twelve different aspects that must be addressed by the application. Part-3 and Part-4 of this book address some of these important aspects for the Helping Hands application in detail.
推薦閱讀
- Web安全防護(hù)指南:基礎(chǔ)篇
- 物聯(lián)網(wǎng)之魂:物聯(lián)網(wǎng)協(xié)議與物聯(lián)網(wǎng)操作系統(tǒng)
- 萬物互聯(lián):蜂窩物聯(lián)網(wǎng)組網(wǎng)技術(shù)詳解
- 物聯(lián)網(wǎng)關(guān)鍵技術(shù)及應(yīng)用
- Building RESTful Web Services with Spring 5(Second Edition)
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 物聯(lián)網(wǎng)技術(shù)與應(yīng)用
- Metasploit Penetration Testing Cookbook
- WordPress Web Application Development
- 網(wǎng)絡(luò)環(huán)境中基于用戶視角的信息質(zhì)量評價研究
- VMware NSX網(wǎng)絡(luò)虛擬化入門
- 語音信號處理及Blackfin DSP實(shí)現(xiàn)
- 設(shè)備監(jiān)控技術(shù)詳解
- 5G時代的大數(shù)據(jù)技術(shù)架構(gòu)和關(guān)鍵技術(shù)詳解
- 一本書讀懂TCP/IP