Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
eb9aeeb
statistics for assignment having feedback from teachers
dianatruta Dec 13, 2017
d4c55c4
rest controller added
dianatruta Dec 13, 2017
ada29fc
project working with submodule
dianatruta Dec 14, 2017
2bf85ea
Created domain class for CourseEntity
Dec 14, 2017
dd5b01b
Added functionality for number of assignments with attachements
Dec 14, 2017
79e323a
Created functionality for task1
Dec 14, 2017
3c652c6
Merge branch 'FB_Task5' into FB_Task1
Dec 14, 2017
2c59c0c
Added student entity & analytics
vladcristina Jan 25, 2018
0b85945
working with Jpa
dianatruta Jan 25, 2018
054bd24
Design pattern - builder DONE
vladcristina Jan 25, 2018
23638a2
Merge branch 'branch-Cris' of https://github.com/dianatruta/iStudent
vladcristina Jan 25, 2018
de7056a
strategy pattern added
dianatruta Jan 25, 2018
273c1e9
Added assignment builder & load mocked data in service
vladcristina Jan 25, 2018
e1cfde1
Merge branch 'branch-Cris' of https://github.com/dianatruta/iStudent
vladcristina Jan 25, 2018
f2d2ecb
Merge branch 'master' of https://github.com/dianatruta/iStudent into …
dianatruta Jan 25, 2018
00b4cd4
strategy and builder DP working with mock data
dianatruta Jan 25, 2018
a415095
Client app basic configuration
Jan 26, 2018
ea9dfe9
Added and mofified some implementation
Jan 26, 2018
a571c64
Merge branch 'master' of https://github.com/dianatruta/iStudent
Jan 26, 2018
d97dd9d
Created singleton MockBuilder class
Jan 26, 2018
88a3f1b
Setup statistics requests
Jan 26, 2018
a031ab2
Added charts
Jan 26, 2018
3635ad4
Updated request manager
Jan 26, 2018
0a5f33c
Added MockBuilder functionality
Jan 26, 2018
4d1beaf
Merge branch 'master' of https://github.com/dianatruta/iStudent
Jan 26, 2018
399aca6
Merge branch 'master' of https://github.com/dianatruta/iStudent
Jan 26, 2018
14f3810
Done
vladcristina Jan 26, 2018
69b1e84
Few updates for client
Jan 26, 2018
0ade9b0
Merge branch 'master' into master
vladcristina Jan 27, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Statistics/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'Statistics' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for Statistics

pod 'Alamofire', '~> 4.5'
pod 'PNChart'

end
18 changes: 18 additions & 0 deletions Statistics/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
PODS:
- Alamofire (4.6.0)
- PNChart (0.8.9):
- UICountingLabel (~> 1.2.0)
- UICountingLabel (1.2.0)

DEPENDENCIES:
- Alamofire (~> 4.5)
- PNChart

SPEC CHECKSUMS:
Alamofire: f41a599bd63041760b26d393ec1069d9d7b917f4
PNChart: 84774d225c2126ded6c93d4dbe6ae98c3a73c2d2
UICountingLabel: 1db4e7d023e1762171eb226d6dff47a7a84f27aa

PODFILE CHECKSUM: 208f4b353aba8b81671f1a706d4bade9ed36416b

COCOAPODS: 1.2.1
19 changes: 19 additions & 0 deletions Statistics/Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

236 changes: 236 additions & 0 deletions Statistics/Pods/Alamofire/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading