issues Search Results · language:Dune language:JavaScript language:JavaScript language:TypeScript language:JavaScript
Filter by
35.2M results
Background
Event::can_accept_participants checks participant_count max_participants. The boundary case of max_participants=1 —
exactly one slot — is not covered. There is also no test for what happens ...
correctness
creator-event-manager
event
test
Objective
Complete Phase 2 feature development by implementing Named Entity Recognition (NER), topic classification, report export
functionality, and API polling source type. This milestone closes the ...
api
enhancement
ml
phase-2
Improve the resource detail page with clearer layout, preview area, creator card, status section, and mobile
responsiveness.
Background
fee::withdraw_fees (src/fee.rs) checks FeeError::Paused before processing the withdrawal. The fee tests in
tests/fee_views_tests.rs do not include a paused scenario, so this guard is not tested. ...
admin
creator-event-manager
fee
test
Background
get_user_events returns the full Vec u64 of event IDs a user has joined. For dashboards that display only a X events
joined badge, loading the entire vector is wasteful. A lightweight count ...
creator-event-manager
feature
views
Background
When prize_pool does not divide evenly across the reward percentages, the integer-division remainder (dust) should be
returned to the event creator. src/finalize.rs already implements this ...
creator-event-manager
finalize
test
token
Improve loading indicators, placeholder cards, and user guidance across marketplace screens.
Background
views::get_platform_statistics (src/views.rs) returns a PlatformStatistics struct with counters for total events,
matches, predictions, participants, and fees. There is no integration test ...
creator-event-manager
test
views
Background
prediction::get_prediction_distribution (src/prediction.rs) returns (team_a_count, draw_count, team_b_count). The
existing tests do not exercise a scenario where users predict all three outcomes ...
creator-event-manager
prediction
test
Background
prediction::submit_prediction checks match.has_started(current_time) and returns PredictionError::MatchStarted. This
maps to match_started in lib.rs. The existing prediction tests in `tests/prediction_tests. ...
correctness
creator-event-manager
prediction
test

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.