This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-07-19 13:19:39 +02:00
Code
Issues
Releases
Activity
Actions
1
1d20de770f
Maybe
/
app
/
controllers
/
settings
/
preferences_controller.rb
6 lines
105 B
Ruby
Raw
Normal View
History
Unescape
Escape
CSV Transaction Imports (#708) Introduces a basic CSV import module for bulk-importing account transactions. Changes include: - User can load a CSV - User can configure the column mappings for a CSV - Imported CSV shows invalid cells - User can clean up their data directly in the UI - User can see a preview of the import rows and confirm import - Layout refactor + Import nav stepper - System test stability improvements
2024-05-17 09:09:32 -04:00
class
Settings
::
PreferencesController
<
SettingsController
User Onboarding + Bug Fixes (#1352) * Bump min supported date to 20 years * Add basic onboarding * User onboarding * Complete onboarding flow * Cleanup, add user profile update test
2024-10-23 11:20:55 -04:00
def
show
@user
=
Current
.
user
New Settings Menu, Routes and Controllers Organization (#641) * Add new settings routes and controllers * Add new settings view, restructure controllers and routes * Fix lint errors
2024-04-18 07:56:51 -04:00
end
end
Copy permalink