Skip to content

refactor: remove param mutation + more#164

Merged
angeousta merged 34 commits intomainfrom
105-refactor-param-mutation
Jul 7, 2024
Merged

refactor: remove param mutation + more#164
angeousta merged 34 commits intomainfrom
105-refactor-param-mutation

Conversation

@lorenzocorallo
Copy link
Copy Markdown
Member

@lorenzocorallo lorenzocorallo commented Jul 5, 2024

Closes #105

  • PoliNetwork.Graduatorie.Common

    • Data
      • Constants.cs
      • Culture.cs
    • Enums
      • PageEnum.cs
      • SchoolEnum.cs
    • Extensions
      • HashSet.cs
      • HtmlNode.cs
    • Objects
      • ArgsConfig.cs
      • EnrollType.cs
      • WrapperList.cs
      • RankingNS
        • RankingUrl.cs
    • Utils
      • EnrollUtil.cs
      • HashNS
        • HashMatricola.cs
      • ParallelNS
        • ParallelRun.cs
      • Path
        • PathUtils.cs
  • PoliNetwork.Graduatorie.Parser

    • Main
      • Program.cs
    • Objects
      • HtmlPage.cs
      • StudentResult.cs
      • Table.cs
      • Json
        • DateFound.cs
        • SingleCourseJson.cs
        • Indexes
          • IndexJsonBase.cs
          • Specific
            • BySchoolYearCourseJson.cs
            • BySchoolYearJson.cs
            • ByYearSchoolJson.cs
        • Stats
          • StatsJson.cs
          • StatsSchool.cs
          • StatsSingleJson.cs
          • StatsYear.cs
      • RankingNS
        • Ranking.cs
        • RankingOrder.cs
        • RankingsSet.cs
        • RankingSummary.cs
      • Tables
        • Course
          • CourseTable.cs
          • CourseTableRow.cs
          • CourseTableStats.cs
        • Merit
          • MeritTable.cs
          • MeritTableRow.cs
    • Utils
      • DateFoundUtil.cs
      • Hashing.cs
      • Output
        • HashMatricoleWrite.cs
        • OutputWriteUtil.cs
        • RankingSummaryStudent.cs
        • StudentHashSummary.cs
      • Transformer
        • ParserNS
          • Converter.cs
          • Parser.cs
  • PoliNetwork.Graduatorie.Scraper

    • Main
      • Program.cs
    • Utils
      • Web
        • AnchorElement.cs
        • CheckUrlUtil.cs
        • LinksFind.cs
        • Scraper.cs
        • ScraperOutput.cs
        • UrlUtils.cs

@lorenzocorallo lorenzocorallo changed the title refactor: remove param mutation refactor: remove param mutation and others Jul 5, 2024
@lorenzocorallo lorenzocorallo changed the title refactor: remove param mutation and others refactor: remove param mutation + more Jul 5, 2024
@angeousta angeousta mentioned this pull request Jul 7, 2024
@lorenzocorallo lorenzocorallo marked this pull request as ready for review July 7, 2024 20:44
@angeousta
Copy link
Copy Markdown
Contributor

si attende l'esito della pr #169

* Update IndexJsonBase.cs, OutputWriteUtil.cs, and Converter.cs

* Update Lib_CSharp

* Update Ranking.cs

* Update BySchoolYearJson.cs

* Update StatsSchool.cs and StatsYear.cs

* Update Ranking.cs

* Update RankingsSet.cs

* Update RankingsSet.cs, CourseTable.cs, and HashMatricoleWrite.cs

* Update BySchoolYearCourseJson.cs, StatsSchool.cs, Ranking.cs, and 2 more files

* Update EnrollType.cs, IndexJsonBase.cs, BySchoolYearJson.cs, and 4 more files

* Update BySchoolYearCourseJson.cs, SingleCourseJson.cs, StatsYear.cs, and 5 more files

* fix: check saved ranking before saving (#170)

---------

Co-authored-by: userbot_github <actions@github.com>
Co-authored-by: Lorenzo Corallo <66379281+lorenzocorallo@users.noreply.github.com>
@angeousta angeousta merged commit 1d968a3 into main Jul 7, 2024
@lorenzocorallo lorenzocorallo deleted the 105-refactor-param-mutation branch July 7, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: funzioni con output invece che param mutation

2 participants