py-cu / post-to-all-the-things

Simple web interface to publish PyCU related messages to various services
1 stars 1 forks source link

Planning #1

Open gnarlinsky opened 9 years ago

gnarlinsky commented 9 years ago

Framework, initial requirements, workflow, etc. etc.

jakekreider commented 9 years ago

Really high-level, but is the below sitemap/nav anything like what you had in mind?

Page Layout

  Home (displays recent messages) 
  |-> Sign in
  |-> Messages (paginated view of all messages)
      |-> Create Message
          |-> Confirm (and select channels where to publish?)
  |-> Admin
      |-> User admin
      |-> Channel Admin (list avl channels, maintain API keys, disable)
gnarlinsky commented 9 years ago

Yes!

jakekreider commented 9 years ago

Cool, I just pushed a couple of really basic mocks for messages & new message in the ui-work branch (just to help get my head clear on what to work towards). Might make one or two more mocks (confirm, maybe sign in), but then start wiring up to an actual application backend.

gnarlinsky commented 9 years ago

Cool! I just pushed a couple tweaks in c08f4b2495f23d8adb1e504a12fbcc125540fb59.

Also, am I missing something with the project structure of your mocks? Was everything literally in root before you pushed? I had to de-absolute the img/css/js links to see everything, so I'm wondering what kind of black magic is happening on your end and if I screwed something up by changing the links. :)

jakekreider commented 9 years ago

Nope, all good. I was just developing out of that directory for now & using python -m http.server from there to host since that'll get blown away when actual rendered pages exist.