Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-website-help-and-docs. Pull mirroring updated .
  1. Apr 27, 2023
  2. Jan 18, 2023
  3. Dec 13, 2022
  4. Apr 22, 2022
  5. Jan 04, 2022
  6. Dec 23, 2021
  7. Oct 14, 2021
  8. Aug 06, 2021
  9. Aug 05, 2021
  10. Aug 03, 2021
  11. Jul 20, 2021
  12. Jul 15, 2021
  13. Apr 02, 2021
    • Andrey Azov's avatar
      Update the API (#21) · f19ab8e9
      Andrey Azov authored
      - Menus have been updated and the transformation of toc.ymls into menu data type formalised.
      - Sequelize was replaced with TypeORM, as a more fully-featured typescript-friendly ORM.
        Database requirements are so simple that they could have been solved without any ORM,
        but an ORM adds extra convenience.
      - Data models were updated, as were relationships between them.
        Previously, the code used to have Articles and Videos as two separate models,
        with a one-to-many relationship between articles and videos.
        It has become clear that:
          - videos are going to have their own pages
          - videos are going to be included in the menus
          - videos may have related articles of their own
          - related articles and related videos can mix together in a single list of related items
          - database needs to store the order of related articles and videos
      Therefore, this PR promotes videos to articles in their own right, and adds storing of the order
      of related articles and videos.
      
      Also, some of the more naive code (e.g. parsing paths manually instead of using node's path module) got updated.
  14. Mar 18, 2021
  15. Jan 05, 2021
  16. Nov 25, 2020
  17. Nov 13, 2020