sanity / tahrir

A decentralized censorship-resistant Twitter-like P2P network, in development
http://tahrirproject.org/
GNU General Public License v3.0
112 stars 27 forks source link

List of todo items before the alpha release #50

Open ravisvi opened 10 years ago

ravisvi commented 10 years ago

Many things are to be done before the alpha release but I'm hoping none of them require major changes to the existing codebase.

nomel7 commented 10 years ago

Can you elaborate on point number 3? I don't quite understand what you mean by "table". Do you mean in the UI or in the queue for broadcast (what I'm guessing)?

ravisvi commented 10 years ago

Sorry for the late reply.

What I meant initially was that for UI. The broadcastMessages (bm), use a tableModel to render. When a bm is boosted, there used to be another entry in the table which would be reflected in the GUI. This would result in both the bm before being broadcasted and after being broadcasted to be present on the GUI. Right now I think both are not being rendered on the table at the same time, but neither are they being displayed according to their priority.

As we are already using a priority queue for broadcast, the sorting in the queue is already taken care of.