Rapid Prototyping
-
Observe and analyze.觀察評(píng)估
This is the part of the process where you figure out your end-user goals. It is all about brainstorming with your teammates about what you want
to build (e.g., Who are your users? What will each user want from your product?).
2.Build. (草稿)
Using HTML, CSS, and JavaScript, the team now works together to create a
minimum viable product (MVP) using only gray box samples and simple layouts.
-
Ship. (優(yōu)雅高效合理的持續(xù)性編寫(xiě)程序)
Create a seamless way for every single person who touches the code on your team to deploy and ship code for viewing and/or testing purposes.
-
Adopt and educate. (試運(yùn)行并接受反饋)
Teach your users how to use the new features or design of your
project, and listen to their feedback.
5. Iterate and maintain. (根據(jù)用戶反饋持續(xù)迭代和跟進(jìn)))
Take your users’ feedback and iterate back through the rapid
prototyping process. This helps refine your end product to create an even more
successful result. Also, maintain the code you are working on by staying up to date
with any new package releases.
{% lorem %}
生成長(zhǎng)串英文文字占位用
django.contrib.webdesign
is an application for creating placeholder text in
our applications. With this in place, we can seamlessly add placeholder text into
python 設(shè)置運(yùn)行路徑
os.path.dirname(__file__)
當(dāng)前.py文件所在文件夾路徑
our prototypes by using the {% lorem %}
tag.
在django 1.8之前需要在installed_app中添加django.contrib.webdesign
而在django 2之后該已成為 a built-in template tag(內(nèi)置的頁(yè)面模板標(biāo)簽)