Add todo comment for branch listing

This commit is contained in:
Kiril Videlov 2024-07-27 12:17:00 +02:00
parent 62be925178
commit 874710e221
No known key found for this signature in database
GPG Key ID: A4C733025427C471

View File

@ -21,6 +21,7 @@ use crate::{VirtualBranch, VirtualBranchesExt};
/// Returns a list of branches associated with this project.
// TODO: Implement pagination for this thing
// TODO: The results should be sortedb by updated_at
pub fn list_branches(
ctx: &ProjectRepository,
filter: Option<BranchListingFilter>,