Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ | Rejoignez-nous sur le Chat 💬

Skip to content

Add tools pages

Celeste Robert requested to merge compagnons-devops.fr-tools into main

Closes #28 (closed)

This commit provides tools pages using react table. This is a working draft however as I don't know react/ts, what I have done is most probably not really clean. So it might be improved by someone with more knowledge on these topics.

  • outils_sample.tsx page is a simple page showing a basic table and simple code.
  • outils.tsx page is the page including filtering and sorting.
  • rdo_tools.json is the data file. It contains all tools but currently TimeCodeURL has been entered only for the lastest podcast.
  • Initial paging is 50 items, I kept paging only as an example, it could be removed.

To do

  • put a link Outils between Formations and Soutenir
  • rename rdo_tools.json to outils.json
  • add type field on static/outils.json
  • rename Title to Name in outils.json
  • Reformate Table

The table must have 4 columns:

  1. Name: tool name with a link to the first link
  2. Type: tool type (fixed list to be supplied by @cchaudier )
  3. Description : tool description (wide field)
  4. Links: bulleted list of links:
    • Présenté par Reporter dans Actus DevOps du Date + link to TimecodeURL
    • link 1 iteration on Links
    • link 2
    • link x
Edited by Celeste Robert

Merge request reports