gonito/config/routes

82 lines
2.9 KiB
Plaintext

/static StaticR Static appStatic
/auth AuthR Auth getAuth
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/ HomeR GET
/create-challenge CreateChallengeR GET POST
/view-progress/#Int ViewProgressR GET
/open-view-progress/#Int OpenViewProgressR GET
/list-challenges ListChallengesR GET
/list-archived-challenges ListArchivedChallengesR GET
/challenge-image/#ChallengeId ChallengeImageR GET
/challenge/#Text ShowChallengeR GET
/challenge-readme/#Text ChallengeReadmeR GET
/challenge-submission/#Text ChallengeSubmissionR GET POST
/challenge-my-submissions/#Text ChallengeMySubmissionsR GET
/challenge-all-submissions/#Text ChallengeAllSubmissionsR GET
/challenge-how-to/#Text ChallengeHowToR GET
/challenge-graph-data/#Text ChallengeGraphDataR GET
/challenge-discussion/#Text ChallengeDiscussionR GET POST
/challenge-param-graph-data/#Text/#TestId/#Text ChallengeParamGraphDataR GET
/challenge-discussion-rss/#Text ChallengeDiscussionFeedR GET
/challenge-update/#ChallengeId ChallengeUpdateR GET POST
/trigger-remotely TriggerRemotelyR POST
/trigger-remotely-simple/#Text/#Text/#Text/#Text TriggerRemotelySimpleR GET POST
/trigger-locally TriggerLocallyR POST
/indicator-graph-data/#IndicatorId IndicatorGraphDataR GET
/q QueryFormR GET POST
/q/#Text QueryResultsR GET
/view-variant/#VariantId ViewVariantR GET
/api/txt/score/#Text ApiTxtScoreR GET
/make-public/#SubmissionId MakePublicR GET
/hide-submission/#SubmissionId HideSubmissionR GET
/restore-submission/#SubmissionId RestoreSubmissionR GET
/reevaluate-submission/#SubmissionId ReevaluateSubmissionR GET
/challenge-archive/#ChallengeId ArchiveR POST
/challenge-unarchive/#ChallengeId UnarchiveR POST
/account YourAccountR GET POST
/avatar/#UserId AvatarR GET
/create-reset-link CreateResetLinkR GET POST
/reset-password/#Text ResetPasswordR GET POST
/tags TagsR GET POST
/achievements AchievementsR GET POST
/edit-achievement/#AchievementId EditAchievementR GET POST
/start-working-on/#AchievementId StartWorkingOnR GET
/give-up-working-on/#AchievementId GiveUpWorkingOnR GET
/submission-for-achievement/#SubmissionId/#WorkingOnId SubmissionForAchievementR GET
/toggle-submission-tag/#SubmissionTagId ToggleSubmissionTagR GET
/extra-points ExtraPointsR GET POST
/score/#UserId ScoreR GET
/my-score MyScoreR GET
/courses-i-teach CoursesITeachR GET
/dashboard DashboardR GET POST
/edit-indicator/#IndicatorId EditIndicatorR GET POST
/delete-indicator/#IndicatorId DeleteIndicatorR GET
/delete-target/#TargetId DeleteTargetR GET
/add-target/#IndicatorId AddTargetR POST
/edit-submission/#SubmissionId EditSubmissionR GET POST
/edit-submission-and-variant/#SubmissionId/#VariantId EditSubmissionAndVariantR GET POST
/add-variant-param/#SubmissionId/#VariantId AddVariantParamR POST
/presentation/4real Presentation4RealR GET
/presentation/datech-2017 PresentationDATeCH2017R GET
/presentation/psnc-2019 PresentationPSNC2019R GET
/gonito-in-class GonitoInClassR GET
/writing-papers WritingPapersWithGonitoR GET