Implement a static back-end according to the defined API that will be file based to mock out fetching messages and displaying them within Chatty for various different conversations.
This should include the ability to change which conversation is displayed by hitting Enter on a conversation when highlighted in the right pane. Additionally, the conversation should be scroll-able (through vim-like key binds).
Debatable whether I want to go as far as including hot-loading of more messages as needed at this point in time. Leaning towards holding off on that for now.
Implement a static back-end according to the defined API that will be file based to mock out fetching messages and displaying them within Chatty for various different conversations.
This should include the ability to change which conversation is displayed by hitting Enter on a conversation when highlighted in the right pane. Additionally, the conversation should be scroll-able (through vim-like key binds).
Debatable whether I want to go as far as including hot-loading of more messages as needed at this point in time. Leaning towards holding off on that for now.