Canny-Code / rails-new-io

railsnew.io - the simplest way to generate a new Rails app with (or without!) all the bells and whistles.
1 stars 0 forks source link

Refactor LogEntries display page #137

Open trinitytakei opened 3 days ago

trinitytakei commented 3 days ago

LogEntries display page is going to serve as the page to view generation (when the user hits 'Generate my app' they'll land here).

Therefore it makes sense to make this screen functional in the alpha already

Review how every log entry looks like right now and come up with a baseline look

Special treatment for app generation

There are two extremes, and so far both have their issues:

idea (if too complex, just go with option 2): collect them into a buffer, but flush the buffer every x milliseconds; sounds like the best of both worlds

Show the git clone command after successful generation

linear[bot] commented 3 days ago

RAI-48 Refactor LogEntries display page