- ASP.NET MVC 4 Mobile App Development
- Andy Meadows
- 373字
- 2021-08-13 16:48:09
About our mobile app
We just arrived at the homebrew supply store and, low and behold, we left our recipe at home. That's the last time this is going to happen. We're going to build an app that allows us to retrieve recipes on our phone.
The recipes created and stored in our app will also provide a means for us to teach others about the brewing process and what makes good beer. To that end, we will name this app BrewHow.
App requirements
For us to be successful in our mission to create a great beer recipe site for the mobile web, we need to know the requirements that, when met, will determine success.
Adding, editing, and deleting recipes
How good is a recipe-sharing app without the ability to add and edit recipes? Our site will allow us to create recipes that can be shared with other people. It will also allow us to edit recipes that we have contributed to the site.
Adding recipes to a library
As we find good recipes, we will want to be able to locate them again. We need to support adding them to a library. We may also grow tired of them so we need the ability to remove them as well.
Rating recipes
Much as we rate music to better identify our tastes, we should do this with beer too. Our app will provide users the ability to rate recipes on a scale of one to five.
Commenting on recipes
We not only want to share recipes, but to solicit feedback on what makes good beer and how to make our beer better. To allow this type of feedback, we want to allow constructive comments about the recipes on our site.
Anonymous browsing, authenticated contributing
We want our recipes hosted within our mobile web app to be available to the world, but if a user wants to contribute to the site we want to know who the user is. Likewise, we don't want users editing the recipes contributed by other users. Seems like we need to add some authentication and authorization to our mobile app.
Now that we know what our app should do, let's get started by creating our ASP.NET MVC 4 solution.
- C++ Primer習題集(第5版)
- 一步一步學Spring Boot 2:微服務項目實戰(zhàn)
- Spring 5企業(yè)級開發(fā)實戰(zhàn)
- Manga Studio Ex 5 Cookbook
- Interactive Data Visualization with Python
- Python Geospatial Development(Second Edition)
- Julia Cookbook
- 實戰(zhàn)Java高并發(fā)程序設計(第3版)
- 精通Python設計模式(第2版)
- 量化金融R語言高級教程
- Scala Reactive Programming
- C語言程序設計
- 開源項目成功之道
- 軟件測試技術
- Pandas 1.x Cookbook