Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] command line/console in Orion

>> > How will you deal with UI view updates if command line operations modify
>> > the
>> > data presented in one or more web pages?
>>
>> How does Orion deal with these kinds of updates right now?  I don't
>> think it needs to be handled any differently from how Orion handles
>> multiple pages right now.  My understanding is that not much is
>> currently done with multiple pages.
>
>
> Sorry I confused the issues by saying 'more'.
>
> A concrete case: on the git page you issue git commands but the UI does not
> reflect your command results. Or does it?

I don't know how things work precisely now, but I could imagine that
the git UI listens registers itself to the git service and is notified
when a change happens.  To keep things simple, the git UI could be
entirely refreshed.

I'm not saying that this is how things have to happen or even if this
is a good idea, but this does seem like a reasonable possibility.
Perhaps someone with more understanding of Orion would have a better
suggestion.


Back to the top