Login  Register

Re: new link to query all projects in smalltalkhub

Posted by Stephan Eggermont-3 on Mar 24, 2015; 10:45am
URL: https://forum.world.st/new-link-to-query-all-projects-in-smalltalkhub-tp4810881p4814696.html

On 24/03/15 11:18, Merwan Oud wrote:
> If the list is reduced it will be manageable, maybe not a mouseOver but
> a little arrow to show/hide the description under the project.

We would love submissions of code for this. It is something that should
not be very difficult, but takes some time to get right. If you want to
try this:
- install and run mongodb
- download and run a smalltalkhub image from
   https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/
   (latest green 3.0 development version)
- add yourself as user on your local smalltalkhub
   (http://localhost:8080/tools/hub)
- add some projects to test this with
- save some code to it from another image
- take a look in the image at the Hub and HubExtra
   packages. You can see what was changed by browsing
   changes with earlier versions on
   http://smalltalkhub.com/mc/NicolasPetton/SmalltalkHub/main
- change the rendering code so it works as you like it.
   Torsten suggested to use http://www.datatables.net/
   Please remember that we need a solution that works with
   a large number of projects, so we might have to limit
   sizes.
- you should be able to commit directly to the repo.
- please keep us posted on any problems and interesting
   features/issues or questions.
- if you want to show us something that might not be ready,
   you (or I) can add an extra build to the ci server.

At the moment, Esteban is far too busy with higher priority work:
- Pharo 4 release;
- new Spur VM;
- making retina displays work.
(probably not a complete list...)

Stephan