• 尝试一个网络应用程序,以便一度追踪阅读多本书的任务。 例如,如果书刊A &B有16章,C有32章,那么,在16周内完成所有三本书,一个人需要读读书A &的每周一章;B和C书的每周两章。
当用户自行制定阅读计划时,该应用程序将复制阅读计划模板,为每周确定实际任务。 每项转让都将根据用户规定的起始日期规定一个到期日。 每项任务也将在一至三一的基础上与每周阅读的每章联系起来,以便用户能够按照每星期需要阅读的四章逐章跟踪进展情况。
Questions
- Should I provide the Create CRUD resource for assignments, even though users won t create individual assignments?
- Should I just provide the Create CRUD resource for a reading plan, which would then go through and copy the template assignments to that user s reading plan assignments?
This is a Ruby on Rails 3.1 application.