codeths / kitcoin

https://kitcoin.app
GNU Affero General Public License v3.0
3 stars 2 forks source link

Bulk Upload Changes #121

Open mswider opened 1 month ago

mswider commented 1 month ago

Current issues:

Spreadsheets uploaded are only deleted after request succeeds. On failure, they remain on disk

What:

Enable two scenarios:

Scenario 1:

Ex: User Amount
swider@example.com 3
coustan@example.com 4
chan@example.com 5

Scenario 2:

Ex: User
swider@example.com
coustan@example.com
chan@example.com
mswider commented 1 month ago

Blocked on #123 For development, we must be able to test notification functionality without emails landing in the inboxes of students via the use of tools like mailhog. This is currently impossible.

mswider commented 1 month ago

Blocked on #123 For development, we must be able to test notification functionality without emails landing in the inboxes of students via the use of tools like mailhog. This is currently impossible.

Resolved.