2020-04-30 工作日志

Rapid Prototyping

  1. Observe and analyze.观察评估

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.

  1. Ship. (优雅高效合理的持续性编写程序)

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.

  1. Adopt and educate. (试运行并接受反馈)

Teach your users how to use the new features or design of your
project, and listen to their feedback.

5. Iterate and maintain. (根据用户反馈持续迭代和跟进))

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 %}生成长串英文文字占位用

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 设置运行路径

os.path.dirname(__file__)当前.py文件所在文件夹路径

our prototypes by using the {% lorem %}tag.
在django 1.8之前需要在installed_app中添加django.contrib.webdesign
而在django 2之后该已成为 a built-in template tag(内置的页面模板标签)

image.png

你可能感兴趣的:(2020-04-30 工作日志)