You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* During upload of an image, the text field is still available for editing
## Deployment
* script to update deployed blog to latest/specific version
* including update of version blob
* Experiment with initialized AMI
* wait for instance_profile_exists??
## App
* Permanent sessions, with idle timeout
* Model validations!!
* Export functionality
# Tech Debt
* add user throws error if user already exists
* upload image link throws error if no file selected
* Import issues
* import fails unless directories have trailing slash ("/")
* failed import doesn't display an error
* successful import doesn't display success on completion
* Move user creation logic into model and reuse it between controller and create_user script
* Post form has two buttons, and I have logic based on their value. Move the value of the special button to a variable/constant so I can't break the logic by renaming the text