dwyl/phoenix-ecto-append-only-log-example

Create a UI to allow people to interact with the example?

開放

#17 建立於 2018年12月10日

 (9 則留言) (0 個反應) (0 位負責人)Elixir (5 個分叉)auto 404
T1ddiscussenhancementhelp wantedin-progressquestiontechnical

倉庫指標

星標
 (82 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Reading the example/tutorial code is nice, 👍 but I feel that having an example app on Heroku would be much more beginner-friendly. 🤔 Who wants to make this happen? :-)

Example: https://github.com/dwyl/phoenix-chat-example

Todo

  • Create a basic Form for interacting with the Address Book
    • The form should allow new records to be created
    • Should allow existing records to be "updated" (append only of course)
  • The List of Addresses should be the default "show" view
    • List should be ordered alphabetically by name. (should this be first or last name?)
  • Display the number of revisions for each address as a counter
  • clicking the counter (number) should display the version history for that record.

貢獻者指南