#74 added a feedEntry dataclass
This commit is contained in:
		
							parent
							
								
									45f28592ab
								
							
						
					
					
						commit
						83fba0de70
					
				
					 5 changed files with 24 additions and 0 deletions
				
			
		|  | @ -0,0 +1,10 @@ | |||
| package be.ugent.sel.studeez.data.local.models | ||||
| 
 | ||||
| data class FeedEntry( | ||||
|     val argb_color: Long = 0, | ||||
|     val subJectName: String = "", | ||||
|     val taskName: String = "", | ||||
|     val taskId: String = "", // Name of task is not unique | ||||
|     val subjectId: String = "", | ||||
|     val totalStudyTime: Int = 0 | ||||
| ) | ||||
							
								
								
									
										4
									
								
								app/src/main/java/be/ugent/sel/studeez/domain/FeedDAO.kt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								app/src/main/java/be/ugent/sel/studeez/domain/FeedDAO.kt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,4 @@ | |||
| package be.ugent.sel.studeez.domain | ||||
| 
 | ||||
| interface FeedDAO { | ||||
| } | ||||
|  | @ -0,0 +1,4 @@ | |||
| package be.ugent.sel.studeez.domain.implementation | ||||
| 
 | ||||
| class FirebaseFeedDAO { | ||||
| } | ||||
|  | @ -0,0 +1,2 @@ | |||
| package be.ugent.sel.studeez.screens.home | ||||
| 
 | ||||
|  | @ -0,0 +1,4 @@ | |||
| package be.ugent.sel.studeez.screens.home | ||||
| 
 | ||||
| class FeedViewModel { | ||||
| } | ||||
		Reference in a new issue
	
	 lbarraga
						lbarraga