Skip to content

Commit

Permalink
Docs(hall-of-fame): add todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ThulinaWickramasinghe committed Aug 17, 2024
1 parent 988e424 commit 5917abf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/hooks/past-data.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { useEffect, useState } from "react";

// TODO: add pagination
// TODO: add sorting
// TODO: add searcg
// TODO: explore the possibility of reusing The leaderboard API s response tranform function
const usePastData = ({ round, ghostLegion, year = 2023 }) => {
const [pastData, setPastData] = useState({});

Expand Down

0 comments on commit 5917abf

Please sign in to comment.