随着我从传统的网络发展背景出发,利用伙伴关系来主持会议。 净额,甚至服务器对MVC。 我试图利用背书建立一个高度互动的单一页应用程序。 j 帮助组织我的“javascript”守则,并建设“ID”。
我对一些概念或方法感到不安,这些概念或做法是建立我的国家调查小组的组成部分,并决定如何处理某些方面。 我将利用这一过度简化的屏幕作为我提问和讨论的基础。
让我们以“TO-DO”申请为例(当然是) 倡议相当简单。 我有以下“伙伴”。
- A results list which shows the current set of to-dos that match the currently selected criteria
- A list of my to-do lists (Personal, Work, Blog Project)
- A list of due date filters (Today, Tomorrow, This Week, Next Week)
- A list of tags (Bug, Feature, Idea, Follow Up)
- A search box
<>亮度>
- Update the results whenever any of the search criteria changes (choose a list, choose a due data, choose one or more tags, enter search text, etc.)
- The user can edit, add, and delete lists. (not really shown in this mock up)
- The user can edit, add, and delete tags. (not really shown in this mock up)
- The user can edit, add, and delete to-do items. (not really shown in this mock up)
<>Data Models
我发现有几个与“数据”有关的模型。 这些问题很容易查明。
- ToDo (represents a single to-do item)
- ToDoCollection (represents a collection of to-do items)
- ToDoList (represents a single to-do list)
- ToDoListCollection (represents a collection of to-do lists)
- Tag (represents a single tag)
- TagCollection (represents a collection of tags)
www.un.org/Depts/DGACM/index_spanish.htm 如何储存国?
这是我遇到麻烦的地方。 我想表明,我手里(左边)目前选择了哪些项目。 我当然可以聆听事件,在选定项目时增加“选定”类别,但我也有规则,如“只有一份清单可在某个时间选择”,但“一定数目的标记”可以随时选择。 此外,由于To-Do List menu和tags menu是动态的,他们已经与ToDoListCollection和TagCollection模型有联系。 这些数据是根据这些“数据模型”的状况提供的。
因此,我如何利用“后台”来对待所有这些不同观点的这个国库的管理? 我赞赏任何想法或建议。
感谢!