Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
a7c340e
texting
Mishrule Jul 31, 2022
c317897
Revert "texting"
Mishrule Jul 31, 2022
5453996
test
Mishrule Jul 31, 2022
92ab90b
Testing Algorithm with data
Mishrule Jul 31, 2022
2e043d0
Intialize
Mishrule Jul 31, 2022
837f429
Merged TestBranch with Main
Mishrule Jul 31, 2022
5918099
Branched from Main
Mishrule Jul 31, 2022
3ab584a
Setting up API Classes
Mishrule Jul 31, 2022
c35ddf0
generated
Mishrule Aug 1, 2022
633f06b
wip
Mishrule Aug 1, 2022
f08f6e1
Initial Load V1
Mishrule Aug 1, 2022
3ff1092
Implementing Repository for the API
Mishrule Aug 1, 2022
7ce5b7a
Integrated ClassController, CourseController and GroupController.cs
Mishrule Aug 2, 2022
8fba088
building endpoint
Mishrule Aug 3, 2022
d6615e9
wip
Mishrule Aug 3, 2022
b4a213a
initial push
Aug 4, 2022
f452b86
Configured Time
Mishrule Aug 4, 2022
8c5e080
wip
Mishrule Aug 4, 2022
3bb5e4b
wip
Mishrule Aug 4, 2022
da26904
wip
Mishrule Aug 4, 2022
c17a5f4
Merged with main 4-8-22
Mishrule Aug 4, 2022
8d09426
Merged with main 4-8-22
Mishrule Aug 4, 2022
3c62675
Pushed from
Mishrule Aug 4, 2022
de0f889
Completed endpoint with no validations
Mishrule Aug 4, 2022
c70d1c3
Merged after pushing to main branch
Mishrule Aug 4, 2022
f40f97d
wip
Aug 4, 2022
d3c48bb
wip
Aug 4, 2022
de187af
wip
Aug 4, 2022
434031a
wip
Mishrule Aug 4, 2022
88435e5
Fix Assembly Issues
Mishrule Aug 4, 2022
76e8fce
wip
Mishrule Aug 4, 2022
e1d862f
wip
Mishrule Aug 4, 2022
5cf24f6
wip
Mishrule Aug 4, 2022
bb488bd
wip
Mishrule Aug 4, 2022
2988bc6
wip
Mishrule Aug 4, 2022
cc50575
aa
Mishrule Aug 4, 2022
fa5eb81
Merge remote-tracking branch 'origin/ApiV1'
Mishrule Aug 4, 2022
8b85394
dd
Aug 4, 2022
b5432fe
setup
Aug 4, 2022
f8c0785
a
Aug 4, 2022
fd8ddbd
wip
Aug 4, 2022
f07e606
wip
Aug 4, 2022
ea68032
wip
Aug 4, 2022
2e0b730
wip
Aug 4, 2022
6bba3fe
wip
Mishrule Aug 5, 2022
d559636
wip
Mishrule Aug 5, 2022
b97348b
wip
Mishrule Aug 5, 2022
ef2fa1c
manipulating data with algorithm
Mishrule Aug 5, 2022
a4c3546
fix data issues
Aug 7, 2022
3dda16b
fix api issues
Aug 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
8 changes: 8 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ExpandedNodes": [
"",
"\\Time-Table-Schedule"
],
"SelectedNode": "\\Time-Table-Schedule\\GaSchedule.sln",
"PreviewInSolutionExplorer": false
}
Binary file not shown.
Empty file.
Binary file added .vs/backend/v16/.suo
Binary file not shown.
Binary file added .vs/backend/v17/.suo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
63 changes: 63 additions & 0 deletions Time-Table-Schedule/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
Loading