💡 Add code remarks on planned improvements

This commit is contained in:
Philipp Stracker 2024-12-17 15:05:05 +01:00
parent 4cbcdce75d
commit 11599102f4
No known key found for this signature in database

View file

@ -32,6 +32,7 @@ const TabOverview = () => {
const result = await refreshFeatureStatuses(); const result = await refreshFeatureStatuses();
// TODO: Implement the refresh logic, remove this debug code -- PCP-4024
if ( result && ! result.success ) { if ( result && ! result.success ) {
console.error( console.error(
'Failed to refresh features:', 'Failed to refresh features:',
@ -128,6 +129,7 @@ const TabOverview = () => {
); );
}; };
// TODO: This list should be refactored into a separate module, maybe utils/thingsToDoNext.js
const todosDataDefault = [ const todosDataDefault = [
{ {
value: 'paypal_later_messaging', value: 'paypal_later_messaging',
@ -163,6 +165,7 @@ const todosDataDefault = [
}, },
]; ];
// TODO: Hardcoding this list here is not the best idea. Can we move this to a REST API response?
const featuresDefault = [ const featuresDefault = [
{ {
id: 'save_paypal_and_venmo', id: 'save_paypal_and_venmo',