index
:
timeline.git
dev
main
release
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Timeline
/
Services
/
TimelineService.cs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix a bug in simultaneous database queries.
crupest
2019-12-10
1
-6
/
+10
|
|
|
|
|
Note on this: You should not use Task.WhenAll to do a bunch of async database queries since EntityFramework Core does not support DbContext to do two queries in the same time.
*
Get posts should return posts ordered by time.
crupest
2019-11-20
1
-1
/
+1
|
*
Change post content to null instead of delete the entity when deleting post.
crupest
2019-11-20
1
-2
/
+4
|
*
Complete integrated tests??? Fix bugs.
crupest
2019-11-19
1
-2
/
+2
|
*
Continue to write tests.
crupest
2019-11-18
1
-1
/
+1
|
*
Write tests and fix bugs found via tests.
crupest
2019-11-18
1
-1
/
+1
|
*
Complete personal timeline service without tests.
crupest
2019-11-17
1
-5
/
+121
|
*
WIP : Write timeline service.
杨宇千
2019-11-13
1
-6
/
+330
|
*
Complete PersonalTimelineController and write attribute test.
杨宇千
2019-11-07
1
-10
/
+52
|
*
Add controller primarily and of course redesign the service accordingly.
杨宇千
2019-11-04
1
-18
/
+46
|
*
Complete designing timeline service though there may be many bugs in the design.
杨宇千
2019-11-04
1
-22
/
+41
|
*
WIP: Design the timeline service interface.
杨宇千
2019-11-03
1
-2
/
+189
|
*
Design the entity model primarily.
杨宇千
2019-11-03
1
-0
/
+12