Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
50a8288
- Inicio projeto.
Jun 16, 2023
e5bf071
- Arquivos de network
Jun 16, 2023
bf574f6
- Arquivos de core autenticação
Jun 16, 2023
08a1308
- Arquivos comuns da aplicação.
Jun 16, 2023
47c83dd
- Adicionado Swiftgen integração da Scene.
Jun 16, 2023
4bcb194
- Adicionado casos de testes para usuário/senha e email.
Jun 16, 2023
17a3663
- Pequeno refactor na construção dos elementos da login controller.
Jun 16, 2023
9102aaf
- Salvando usuário localmente com keychain para segurança, e casos de…
Jun 16, 2023
fb55ca1
- Salvando buscar de usuário, refactor novos casos de testes.
Jun 17, 2023
5c0b4cc
- Componentes de UI, tela de login, pequenos ajustes.
Jun 17, 2023
69c04a6
- Componentes de UI da tela de home.
Jun 17, 2023
c378c41
feat: adicionando funcionalidade de statements
Jun 17, 2023
209269a
feat: adicionando caso de testes de statements repository
Jun 17, 2023
9310abc
feat: adicionando tratativas para a tela home, carregando statements
Jun 18, 2023
1d8f1c8
feat: adicionando funcionalidade exibição de statements
Jun 18, 2023
28f4e35
refactor: removendo labels de tipo de statement e colocando no home p…
Jun 18, 2023
50d8f64
tests: casos de testes HomeWorker
Jun 18, 2023
e3a23a7
tests: casos de testes HomeInteractor
Jun 18, 2023
7c1db30
tests: casos de testes HomePreserter
Jun 18, 2023
3444e10
refactor: pequenos ajustes, melhoria no ícone de apresentação de senha
Jun 18, 2023
6c07414
tests: casos de testes statements cell e enable testplan
Jun 19, 2023
5454e87
chore: Readme do projeto.
Jun 19, 2023
903c5e2
refactor: pequenos ajustes, melhoria em mensagem
Jun 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
62 changes: 62 additions & 0 deletions KssiusBank.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"configurations" : [
{
"id" : "3C8794A6-A97D-4D4E-8400-D5052C80AF8A",
"name" : "Test Scheme Action",
"options" : {

}
}
],
"defaultOptions" : {
"codeCoverage" : {
"targets" : [
{
"containerPath" : "container:KssiusBank.xcodeproj",
"identifier" : "DF0BA7C22A3BE5CD00A812F4",
"name" : "KssiusBank"
}
]
},
"targetForVariableExpansion" : {
"containerPath" : "container:KssiusBank.xcodeproj",
"identifier" : "DF0BA7C22A3BE5CD00A812F4",
"name" : "KssiusBank"
}
},
"testTargets" : [
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:KssiusBank.xcodeproj",
"identifier" : "DF0BA7DA2A3BE5D000A812F4",
"name" : "KssiusBankTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:KssiusBank.xcodeproj",
"identifier" : "DF0BA7E42A3BE5D000A812F4",
"name" : "KssiusBankUITests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:KssiusBank.xcodeproj",
"identifier" : "DF0BA7DA2A3BE5D000A812F4",
"name" : "KssiusBankTests"
}
},
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:KssiusBank.xcodeproj",
"identifier" : "DF0BA7E42A3BE5D000A812F4",
"name" : "KssiusBankUITests"
}
}
],
"version" : 1
}
1,614 changes: 1,614 additions & 0 deletions KssiusBank/KssiusBank.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>Default</string>
<key>ShowSharedSchemesAutomaticallyEnabled</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DF0BA7C22A3BE5CD00A812F4"
BuildableName = "KssiusBank.app"
BlueprintName = "KssiusBank"
ReferencedContainer = "container:KssiusBank.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:../KssiusBank.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DF0BA7DA2A3BE5D000A812F4"
BuildableName = "KssiusBankTests.xctest"
BlueprintName = "KssiusBankTests"
ReferencedContainer = "container:KssiusBank.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DF0BA7E42A3BE5D000A812F4"
BuildableName = "KssiusBankUITests.xctest"
BlueprintName = "KssiusBankUITests"
ReferencedContainer = "container:KssiusBank.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DF0BA7DA2A3BE5D000A812F4"
BuildableName = "KssiusBankTests.xctest"
BlueprintName = "KssiusBankTests"
ReferencedContainer = "container:KssiusBank.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DF0BA7E42A3BE5D000A812F4"
BuildableName = "KssiusBankUITests.xctest"
BlueprintName = "KssiusBankUITests"
ReferencedContainer = "container:KssiusBank.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DF0BA7C22A3BE5CD00A812F4"
BuildableName = "KssiusBank.app"
BlueprintName = "KssiusBank"
ReferencedContainer = "container:KssiusBank.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DF0BA7C22A3BE5CD00A812F4"
BuildableName = "KssiusBank.app"
BlueprintName = "KssiusBank"
ReferencedContainer = "container:KssiusBank.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>KssiusBank.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>DFEC18092A3BCFF9001277A2</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>DFEC18222A3BCFFC001277A2</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>DFEC182C2A3BCFFC001277A2</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
13 changes: 13 additions & 0 deletions KssiusBank/KssiusBank.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>Default</string>
<key>ShowSharedSchemesAutomaticallyEnabled</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "9BB8A2F1-FCAB-4176-953E-0E83A7877432"
type = "0"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "927D9B7F-B35F-4DA3-B3E1-B51F765600A4"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "KssiusBank/Scenes/Home/Header/TableViewHeader.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "29"
endingLineNumber = "29"
landmarkName = "configureContents()"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "88CB7E59-41C1-4078-978C-0F3B288A8AF0"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "KssiusBank/Scenes/Home/Header/TableViewHeader.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "27"
endingLineNumber = "27"
landmarkName = "configureContents()"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
Binary file added KssiusBank/KssiusBank/.DS_Store
Binary file not shown.
Loading