eclipse-archived / codewind

The official repository of the Eclipse Codewind project
https://codewind.dev
Eclipse Public License 2.0
113 stars 45 forks source link

Remove redundant code between FW daemon and Codewind server #1561

Open stalleyj opened 4 years ago

stalleyj commented 4 years ago

Codewind version: 0.8.0 or above Description of the enhancement: The communication between the FW daemon and Codewind server has been significantly changed during the move 0.7.0. and while everything is working, there are hangovers from how it all worked before. I would like to see this code streamlined, redundant APIs removed, unnecessary fields stripped out and any other improvements made.

Proposed solution: Sit down with @jgwest to work out what improvements we can make, how to stage them to keep everything working and then implement the work.

stalleyj commented 4 years ago

The watchlist API currently passes back a value as projectCreationTime which is actually lastSyncTime. Update the name which will match what the doc says.

tobespc commented 4 years ago

moving this to icebox. With the proposal to adopt odo and its syncing mechanism, this will all have to change anyway. No point in investing time now on this