Remove to-do for album cards.
When I first added album cards I left this line on the to do list because I wasn't sure if I would wind up scrapping them. Although they still need refinement, I know they'll be sticking around so let's remove this.
This commit is contained in:
		
							parent
							
								
									a996861b22
								
							
						
					
					
						commit
						2229a876e0
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -119,7 +119,6 @@ Here is a brief overview of the project to help you learn your way around: | ||||||
| - Find a way to batch the fetching of photo tags in a way that isn't super ugly (e.g. on an album page, the photos themselves are batched, but then the `photo.get_tags()` on each one is not. In order to batch this we would have to have a separate function that fetches a whole bunch of tags and assigns them to the photo object). | - Find a way to batch the fetching of photo tags in a way that isn't super ugly (e.g. on an album page, the photos themselves are batched, but then the `photo.get_tags()` on each one is not. In order to batch this we would have to have a separate function that fetches a whole bunch of tags and assigns them to the photo object). | ||||||
| - Consider using executemany for some of the batch operations. | - Consider using executemany for some of the batch operations. | ||||||
| - Check for embedded cover art when thumbnailing audio files. | - Check for embedded cover art when thumbnailing audio files. | ||||||
| - A "card" representation of albums, like photos. |  | ||||||
| - Similarly, rename all "tag_object" to tag card and unify that experience a bit. | - Similarly, rename all "tag_object" to tag card and unify that experience a bit. | ||||||
| - Batch movement of Albums... but without winding up with a second clipboard system? | - Batch movement of Albums... but without winding up with a second clipboard system? | ||||||
| - Overall, more dynamism with cards and tag objects and updating page without requiring refresh. | - Overall, more dynamism with cards and tag objects and updating page without requiring refresh. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue